ZiffyHomes / issues

1 stars 0 forks source link

Elastic Beanstack #72

Closed kaundinyaziffy closed 5 years ago

kaundinyaziffy commented 5 years ago

Successfully deployed on AWS environment

kaundinyaziffy commented 5 years ago

Require more setup explanation.

RudreshNarwal commented 5 years ago

AWS Elastic Beanstalk is an easy-to-use service for deploying and scaling web applications and services developed with Java, .NET, PHP, Node.js, Python, Ruby, Go, and Docker on familiar servers such as Apache and Nginx. To configure deployments : => Open the Elastic Beanstalk console. => Navigate to the management page for creating new Beanstalk project. => Choose Configuration: i) In this project, I have selected Docker as Platform. ii) Select Sample Application for radio button options. iii) Click on Configure more options and select Nginx for the proxy server. => Setup environment configuration for our app
=> On the Rolling updates and deployments configuration card, choose Modify. => In the Application Deployments section, choose a Deployment policy, batch settings and health check options. => Choose Apply.

RudreshNarwal commented 5 years ago

Setup automated deployment through TravisCI. You can find the configuration in .travis.yml file our repository.