Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laobubu/openshift-php5.5-cgi-apache
QuickStart for fully free OpenShift + PHP5.5 + Apache
https://github.com/laobubu/openshift-php5.5-cgi-apache
Last synced: 14 days ago
JSON representation
QuickStart for fully free OpenShift + PHP5.5 + Apache
- Host: GitHub
- URL: https://github.com/laobubu/openshift-php5.5-cgi-apache
- Owner: laobubu
- Created: 2014-11-09T14:44:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-28T06:21:51.000Z (almost 9 years ago)
- Last Synced: 2023-03-24T05:05:53.201Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 62.5 KB
- Stars: 25
- Watchers: 8
- Forks: 42
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP5.5 + Apache
This modified DIY cartridge provides PHP 5.5.31 and fully free Apache configuration permission, which can be found in `conf` folder.
## Quick Start
[![Click to install OpenShift](http://launch-shifter.rhcloud.com/launch/light/Click to install.svg)](https://openshift.redhat.com/app/console/application_type/custom?&cartridges[]=diy-0.1&initial_git_url=https://github.com/laobubu/openshift-php5.5-cgi-apache.git&name=php)
1. Open https://openshift.redhat.com/app/console/application_type/cart!diy-0.1
2. Fill **Source Code** text field: `https://github.com/laobubu/openshift-php5.5-cgi-apache.git`
3. Click **Create Application** and wait
4. Open your website (e.g. foo-bar.rhcloud.com ) and keep your browser running. Meanwhile, you can `git clone` your app to your computer and start coding.
5. **IMPORTANT** : your first `git push` shall NOT be earlier than the first building ends### Tips
* The first building lasts for ~20 minutes, the progress can be seen on your app page (eg. https://foo-bar.rhcloud.com )
* By default, PHP 5.5.31 is choosen, which can be found in `misc/make.sh`
* Once you modified `conf/httpd.conf`, you must reload your app, or run `${OPENSHIFT_REPO_DIR}/.openshift/action_hooks/reload`, to make it works.
* If you are using Windows, please follow the Quick Start instruction!!!
* The OpenShift `diy` cartridge documentation can be found at:
http://openshift.github.io/documentation/oo_cartridge_guide.html#diy