Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1001 Bytes

File metadata and controls

34 lines (19 loc) · 1001 Bytes

openshift-quickstart-browserquest-client

Mozillas Browser Quest Client for OpenShift

Quickstart

  1. Setup the server directions are here https://github.com/wshearn/openshift-quickstart-browserquest-server/blob/master/README.md

  2. Create a PHP application:

    rhc app create -a bqclient -t php-5.3

  3. Add this upstream repo

    cd bqclient git remote add upstream -m master git://github.com/wshearn/openshift-quickstart-browserquest-client.git git pull -s recursive -X theirs upstream master

  4. Edit the config files

    cp php/config/config_build.json-dist php/config/config_build.json cp php/config/config_build.json-dist php/config/config_local.json

Edit those 2 new files and set the server URL to the one you created in step 1

  1. Then commit the changes and push the repo upstream

    git add -A ; git commit -m "Set server URL" ; git push

  2. That's it, you can check it out at http://bqclient-$namespace.rhcloud.com.