Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kraklin/nette-openshift
- Owner: kraklin
- Created: 2014-07-15T18:03:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-17T06:13:39.000Z (over 10 years ago)
- Last Synced: 2024-12-01T12:34:56.963Z (about 2 months ago)
- Language: JavaScript
- Size: 1.03 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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']