Ghost Deployment on EC2 with nginx, capistrano and PM2
- You need to create an AWS EC2 server (Ubuntu 14.04) with add an EBS.
- Make sure you have port 80 opened in the inbound section of the security groups.
- Follow instructions to make your server secure. (optional)
- I have mounted my EBS at /mnt/data and I am using /mnt/data/blog/current as the root directory for the ghost application.
- Install nginx