lumenwrites / nulis

Mind-mapping software that helps writers collect and organize their knowledge, develop their ideas. Built with React, Redux, Node.js, hosted on Digital Ocean.
https://nulis.io
GNU Affero General Public License v3.0
742 stars 43 forks source link

Self hosted installation instructions? (not docker) #2

Open poVoq opened 6 years ago

poVoq commented 6 years ago

Could you add some quick hints on how to host this on your own server?

What are the requirements.

Please not some Docker mess ;)

lumenwrites commented 6 years ago

Actually, docker is by far the easiest way to launch it, all it takes is

docker-compose up

Or, if you have node/npm installed, you could also do npm install to install the dependencies, and then npm run serve to launch it.

Seriously though, don't be afraid of docker. I used to avoid it as well, but it's easier than it seems =) Check out this course, it has really helped me to get into it.

poVoq commented 6 years ago

Docker is easy, but a long term maintenance and security headache.

Could you write somewhere which dependencies are needed?

lumenwrites commented 6 years ago

You can see the full list of dependencies here. That, plus node and npm.