Deploying Anahita on Openshift - kulbakin/anahita GitHub Wiki

To deploy Anahita on openshift first make sure to have the latest openshift binary running on your computer. Then opens the shell and type the following command.

rhc create-app myapp zend-5.6 mysql-5.1 --from-code=https://github.com/anahitasocial/anahita-standard.git

You can replace the myapp with your app name.

**Please note ** At the time we are using zend cartridge instead of PHP 5.3 because the PHP 5.3 cartridge enables xdebug by default and that affects the performance for the production sites.

We have also created a quick start that you can use for deploying at Anahita at https://www.openshift.com/quickstarts/anahita