Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 389 Bytes

INSTALL.md

File metadata and controls

23 lines (15 loc) · 389 Bytes

Installing and running

Locally

Requires Python 2.7.x

# get the code
git clone [email protected]:ibmets/toptrumps.git
cd toptrumps

# install the server-side dependencies
pip install -r requirements.txt

# install the web project dependencies
bower install

# run locally
export VCAP_APP_HOST=127.0.0.1
python server.py

Bluemix

cf push