Symfony2Cloud is a project aiming to exploiting the power of Symfony2 and the Zend Developer Cloud.
Symfony Standard Edition - a fully-functional Symfony2 application that you can use as the skeleton for your new app. If you want to learn more about the features included, see the "What's Inside?" section.
Zend Developer Cloud - Zend Developer Cloud, as its name suggests, a cloud-based environment designed to help you code more quickly and more efficiently. It includes a robust PHP stack, advanced debugging capabilities, collaboration tools and much more. Zend Developer Cloud is only a few clicks away and does not require any installation. To make it even better, it's absolutely free!
This document contains information on how to download and start using Symfony2Cloud.
- Get the bits!
If you're using Zend Studio 9 use File | New | PHP Project from Github... Wizard to clone the project from:
http://github.com/ganoro/Symfony2Cloud.git
If you're using Zend SDK use 'clone project' command by running the following command:
zend clone project -r http://github.com/ganoro/Symfony2Cloud.git
If you prefer the traditional Git CLI:
git clone http://github.com/ganoro/Symfony2Cloud.git
- Installation
For Zend SDK
To deploy this application, type:
zend deploy application -t <target-id> -r http://github.com/ganoro/Symfony2Cloud.git
For Zend Studio 9
Open the deployment.xml file and click on the "Launch a PHP application". Follow the wizard steps to finalize the deployment step. You will be asked to supply the parameters value (container and password).
Enjoy!