Great solution to get up & running quickly
This AMI helped me get a new instance of ghost running quickly. I haven't done much digging to see the work that went into this image yet, but all seems good thus far. My only feedback would be:
- this image currently has an outdated version of ghost (0.5.8 vs current 0.6.2)
- I'm not familiar with pm2 so it took more work than I expected to figure out how to restart the blog. `pm2 stop all` and `sudo pm2 restart all` didn't work – I had to first `su ghost` and then `pm2 restart all`
- it would be nice to have more information documented about file locations, configured processes, etc.
Thanks for you work!