Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Self hosted installation instructions? (not docker) #2

Open
poVoq opened this issue Sep 15, 2017 · 3 comments
Open

Self hosted installation instructions? (not docker) #2

poVoq opened this issue Sep 15, 2017 · 3 comments

Comments

@poVoq
Copy link

poVoq commented Sep 15, 2017

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
Copy link
Owner

lumenwrites commented Sep 15, 2017

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
Copy link
Author

poVoq commented Sep 15, 2017

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

Could you write somewhere which dependencies are needed?

@lumenwrites
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants