Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kraklin/nette-openshift

Sandbox from PHP framework Nette, configured to run on OpenShift platform.
https://github.com/kraklin/nette-openshift

Last synced: about 2 months ago
JSON representation

Sandbox from PHP framework Nette, configured to run on OpenShift platform.

Awesome Lists containing this project

README

        

Nette Framework on OpenShift
==============================

This git repository helps you get [Nette Framework] (http://www.nette.org) up and running quickly on OpenShift.

Nette Framework is a popular tool for PHP web development. It is designed to be
the most usable and friendliest as possible. It focuses on security and
performance and is definitely one of the safest PHP frameworks.

Nette Framework speaks your language and helps you to easily build better websites.

Running on OpenShift
----------------------------

Create an account at https://www.openshift.com and install the client tools (run 'rhc setup' first) or use web managment UI

Create a php-5.4 application (you can call your application whatever you want) and use this repo URL to create new application.

rhc app create nette php-5.4 --from-code=https://github.com/kraklin/nette-openshift

That's it, you can now checkout your application at:

http://nette-$yournamespace.rhcloud.com

Nette log and temp directories
-------------------

Nette log and temp directories can be found in Openshift app-root directory.

temp -> $_ENV['OPENSHIFT_TMP_DIR']
log -> $_ENV['OPENSHIFT_LOG_DIR']