We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all,
a recommended way to run angular-seo is -
$ phantomjs --disk-cache=no angular-seo-server.js 8888 http://localhost:8000/myapp
But it waits for user input (Ctrl-C) and so I'm not sure it can be used in init.d scripts.
So what is the right way to run angular-seo when server starts?
The text was updated successfully, but these errors were encountered:
I also like to see a good solution to run this script as a daemon. Thank you!
Sorry, something went wrong.
On linux it can be set like this: nohup phantomjs --disk-cache=no angular-seo-server.js 8888 http://www.example.com/index.html > /dev/null 2>&1 &
No branches or pull requests
Hi all,
a recommended way to run angular-seo is -
$ phantomjs --disk-cache=no angular-seo-server.js 8888 http://localhost:8000/myapp
But it waits for user input (Ctrl-C) and so I'm not sure it can be used in init.d scripts.
So what is the right way to run angular-seo when server starts?
The text was updated successfully, but these errors were encountered: