Skip to content

devop-mmcgrath/openshift-quickstart-browserquest-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Mozillas Browser Quest Client for OpenShift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Shell 0.2%