-
Notifications
You must be signed in to change notification settings - Fork 4
Description
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.confin/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.