Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 613 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 613 Bytes

DEPRECATED

Elastic Beanstalk has long since added first-class support for PHP. There are still advantages to running PHP via Quercus, but for >99% of applications the basic PHP support is likely fine.

Introduction

This project is meant to show how you can run PHP on Amazon's Elastic Beanstalk service.

It's setup as a Maven project and uses Quercus, a "100% Java implementation of PHP 5," to run PHP in a Tomcat container.

Getting Started

From the project root, run 'mvn package' to create the deployable war file. Once complete, upload to AWS Elastic Beanstalk.