https://github.com/phase2/openatrium-2-quickstart
Run OpenAtrium on OpenShift.
https://github.com/phase2/openatrium-2-quickstart
Last synced: 9 months ago
JSON representation
Run OpenAtrium on OpenShift.
- Host: GitHub
- URL: https://github.com/phase2/openatrium-2-quickstart
- Owner: phase2
- Created: 2014-06-03T15:36:57.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-04-06T13:17:35.000Z (almost 11 years ago)
- Last Synced: 2025-05-31T11:32:10.164Z (10 months ago)
- Language: PHP
- Size: 25.1 MB
- Stars: 3
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenAtrium 2 on OpenShift
### Git commands
This repo was created with the following commands:
```
git remote add -f pressflow-drops https://github.com/phase2/openatrium-drops-7.git
git subtree add --prefix php pressflow-drops master --squash
```
When a new OpenAtrium 2 version (like 7.x-2.13) comes out, you should be able to upgrade it with the following command:
```
git remote add -f pressflow-drops https://github.com/phase2/openatrium-drops-7.git
git subtree pull --prefix php pressflow-drops master --squash
```
### Creating an app
`rhc app-create openatrium php-5.3 mysql-5.1 cron \
https://cartreflect-claytondev.rhcloud.com/reflect?github=smerrill/openshift-community-pressflow7 \
--from-code=https://github.com/smerrill/openatrium-2-quickstart.git`