Sign in Agent Mode
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Great solution to get up & running quickly

  • By Assorted Modern Gadgetry
  • on 05/08/2015

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!