-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Cannot run with forever js #2133
Comments
What do you mean with "doesn't work"? Because for me it works just fine.
|
The server is not started and when i access to localhost:1337 , it get nothing |
You didn't do everything I asked. |
in the log it is just waiting |
It should be waiting. Are you running it on your local machine? If so, what do you see when you go to http://127.0.0.1:1337 ? |
This webpage is not available It is also not work on my vps. It is the same. |
I can not reproduce this. does running |
it is working with node app.js. Just only not work with forever.js. Is there something wrong in when i create the project. I installled the sails globally and start the project with "sails new project-name --linker' |
I can't reproduce this. Another question, follow the steps I mentioned before. In stead of doing tail -f, do a cat, and paste the results, as in all of it, on http://gist.github.com
|
You have migrate set to (I think) nothing. Open up Optionally, you can choose between these migration options:
|
@RWOverdijk Thanks a lot. I got it. Thanks for your advice. |
I installed forever js with
"npm install forever -g"
and I run like this
forever start app.js --prod
nothing happen , when i check with forever list there is a process running. But it doesn't work. What is wrong??
The text was updated successfully, but these errors were encountered: