-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
How to Install, better docs #19
Comments
The documentation in general is definetly one of the things which still needs to be improved the most. Also have planned to add more documentation about that topic very soon. Will update here once it is live. |
Hey magadan, how is run with node index.js possible? If you have questions, let me know |
Installation is fine... I make my way. im using digital ocean vps ( droplets), no panel. I can say: dont install as root, create a normal user, maybe you need to change some file permissions on /usr/lib/node-modules.... im using latest node 12. And 'npm install n8n -g' will work ! After make a sudo user with ALL:NOPASSWORD, and you can create a systemctl service for n8n or insert into /etc/rc.local a call to app. |
To get the CLI up and running for dev, I did:
Is this the ideal workflow? |
Disregard, I just found: https://github.com/n8n-io/n8n/blob/master/CONTRIBUTING.md#actual-n8n-setup |
Do we need to install any other packages for this to work? |
Hey, @nsrdev9 could you install n8n? we are continually working on our documentation. Hopefully, we will have a HOW-TO deploy n8n on the most important cloud providers. |
We actually have already a server setup guide here: That one will allow installing n8n on every provider which offers VPS. |
Hello,
Im new with node, its possible to you improve instalation docs for 'standalone' server installation ?
How to install latest node, npm, and dependencie to run n8n with
npm install n8n -g
example: im running ubuntu 16.04.
The text was updated successfully, but these errors were encountered: