standardnotes / forum

Support from other community members. For 1-on-1 help, please contact help@standardnotes.com.
https://forum.standardnotes.org
197 stars 9 forks source link

Provide instructions on how to run on a private server #2091

Closed sesceu closed 7 years ago

sesceu commented 7 years ago

Hi, I'd like to run the standardnotes web editor and extensions on my own server, but I cannot find enough information on how to do it.

I managed to build a docker container for standardfile (since I'm running all my services using rancher and I'm able to use the android app as well as the original web editor. This was possible, because there is documentation on standardfile and even some Dockerfiles.

Nothing like this exists for the web client nor for the extensions-server. Can some please update the README.md files for both projects, write a wiki page or point me to some documentation? If I succeed, this might also solve standardnotes/forum#2140, which would be great for developers to improve the web client.

moughxyz commented 7 years ago

The important part is just configuring your server with the same instructions for the Standard File server.

The only difference is you would need to install node, npm, and grunt:

sudo yum install nodejs npm --enablerepo=epel
npm install grunt