You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I had some suggestions or feature requests:
seems on AMI at least for configuring nginx to forward to :2368 the instructions here dont work, instead nginx.conf in /etc/nginx/ needs to have the suggested lines added to it instead
we need to make nginx restart on reboot. On AMI this is chkconfig nginx on, not sure what it is on ubuntu or if it autostarts on boot on ubuntu but i think it should.
perhaps its better to link to nvm.sh as well instead of only providing the nvm curl command since its at version .33 now and its .26 or something in this guide
it would be nice to have something like a bash or js script that automagically runs through the steps once on the server; update, install prereqs, installs pm2, ghost, nginx,
Thank you for writing this guide, it was concise and helpful.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestions @kaustavha, and glad it was of help! I'm not actively updating this guide right now, but if you (or anybody else reading this) wants to submit a PR with updates for any of the above, I can review and merge it.
Hi there, I had some suggestions or feature requests:
seems on AMI at least for configuring nginx to forward to :2368 the instructions here dont work, instead
nginx.conf
in/etc/nginx/
needs to have the suggested lines added to it insteadwe need to make nginx restart on reboot. On AMI this is
chkconfig nginx on
, not sure what it is on ubuntu or if it autostarts on boot on ubuntu but i think it should.perhaps its better to link to nvm.sh as well instead of only providing the nvm curl command since its at version .33 now and its .26 or something in this guide
it would be nice to have something like a bash or js script that automagically runs through the steps once on the server; update, install prereqs, installs pm2, ghost, nginx,
Thank you for writing this guide, it was concise and helpful.
The text was updated successfully, but these errors were encountered: