forked from BeerShift/BeerShiftWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
29 lines (17 loc) · 729 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
OpenShift - BeerShift Web Application
This repository is designed to be used with http://openshift.redhat.com/
applications. To use, just follow the quickstart below.
Quickstart
==========
1) Create an account at http://openshift.redhat.com/
2) Create a php-5.3 application and attach mongodb to it:
rhc-create-app -a beershift -t php-5.3
rhc-ctl-app -a beershift -e add-mongodb-2.0
3) Add this upstream repo
cd beershift
git remote add upstream -m master git://github.com/gshipley/BeerShiftWeb.git
git pull -s recursive -X theirs upstream master
4) Then push the repo upstream
git push
5) That's it, you can now browse to your application at:
http://beershift-$yourNamespace.rhcloud.com