forked from clstokes/aws-elastic-beanstalk-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Run Drupal on Amazon's AWS Elastic Beanstalk service.
crdant/aws-elastic-beanstalk-drupal
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
I) Introduction --------------- This project is meant to create a working Drupal WAR file based on the Acquia Drupal distribution that's ready to run under Tomcat, and thus be deployed to AWS using Elastic Beanstalk. It's based on the initial work done by Cameron Stokes in the project that it forks from on github. It's setup as a Maven project and uses Quercues, a "100% Java implementation of PHP 5," to run PHP in a Tomcat container. II) Getting Started ------------------- From the project root, run 'mvn package' to create the deployable war file. Once complete, upload to AWS Elastic Beanstalk. You'll also need a database, which you can create with Amazon Relational Database Service or in your own EC2 instance. My blog post at http://chuckdantonio.com/blog/2011/02/running-drupal-aws-elastic-beanstalk walks you through the process.
About
Run Drupal on Amazon's AWS Elastic Beanstalk service.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 73.9%
- PHP 25.7%
- Other 0.4%