https://github.com/phase2/openpublic-quickstart
Get started with OpenPublic on OpenShift!
https://github.com/phase2/openpublic-quickstart
Last synced: 6 months ago
JSON representation
Get started with OpenPublic on OpenShift!
- Host: GitHub
- URL: https://github.com/phase2/openpublic-quickstart
- Owner: phase2
- Created: 2014-06-05T19:04:12.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-05T19:06:46.000Z (almost 12 years ago)
- Last Synced: 2025-07-20T03:09:17.225Z (8 months ago)
- Language: PHP
- Size: 13 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenPublic 1.x on OpenShift
### Git commands
This repo was created with the following commands:
```
git remote add -f pressflow-drops https://github.com/phase2/openpublic-drops-7
git subtree add --prefix php pressflow-drops master --squash
```
When a new OpenPublic version (like 7.x-1.0) comes out, you should be able to upgrade it with the following command:
```
git remote add -f pressflow-drops https://github.com/phase2/openpublic-drops-7
git subtree pull --prefix php pressflow-drops master --squash
```
### Creating an app
```
rhc app-create openpublic php-5.3 mysql-5.1 cron \
https://cartreflect-claytondev.rhcloud.com/reflect?github=smerrill/openshift-community-pressflow7 \
--from-code=https://github.com/maxamillion/openpublic-1-openshift-quickstart.git