/playframework-nginx-elastic-beanstalk

Run Playframework and Nginx on AWS Elastic Beanstalk

Primary LanguageShell

Nginx + Playframework on AWS Elastic Beanstalk

Latest Public AMI: ami-c0ae98a8 April 1st, 2015

Instructions for building a new custom AMI

First, create a tomcat application on Elastic Beanstalk. Then SSH onto the EC2 Instance created and run the following commands:

sudo su
yum -y update
yum -y install git
cd /home/ec2-user/
git clone https://github.com/davemaple/playframework-nginx-elastic-beanstalk.git
chmod +x /home/ec2-user/playframework-nginx-elastic-beanstalk/install_nginx_play.sh
/home/ec2-user/playframework-nginx-elastic-beanstalk/install_nginx_play.sh
echo 'done!'