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

How do you run in production or install service in Linux? #74

Open
wayner9 opened this issue Oct 6, 2017 · 2 comments
Open

How do you run in production or install service in Linux? #74

wayner9 opened this issue Oct 6, 2017 · 2 comments

Comments

@wayner9
Copy link

wayner9 commented Oct 6, 2017

The docs mentioning running in dev mode with script/server or installing on OSX with script/install.

But how do you install as a service on Linux - Ubuntu to be more specific?

Or how do you run in production on Linux? For now I have created a file called production that contains:
/usr/bin/env forever start config/forever/production.json.

The logging seems extremely verbose as while it is running it is constantly updating the state and writing this to the log file. If you keep this running 24/7 isn't the logs.log file going to get enormous? It seems to me that the log file will grow about 180kB/hour. Is it possible to decrease the verbosity so that only commands are logged?

@svenove
Copy link
Contributor

svenove commented Oct 7, 2017

See issue #33.

@wayner9
Copy link
Author

wayner9 commented Oct 8, 2017

Thanks - why not update the readme to include this info?

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