This commit is contained in:
Will Bradley 2013-09-26 04:16:09 -07:00
parent ea0b6a61d1
commit b3d9dbdab4

View File

@ -24,6 +24,13 @@ You should see:
"ping": "pong"
}
### Install passlib (for create-user.yml)
wget https://passlib.googlecode.com/files/passlib-1.6.1.tar.gz
tar -zxvf passlib-1.6.1.tar.gz
cd passlib-1.6.1
python setup.py install
### Run the play
By executing the following, it will setup only the commonly used components: