Update README.md

This commit is contained in:
Rebecca Law
2015-12-10 16:47:29 +00:00
parent 48ab4c5d00
commit 01c5bf5190

View File

@@ -24,19 +24,17 @@ Application to handle the admin functions of the notifications application.
git submodule init
git submodule update
### To run the sample application run:
### Running the application:
pip install -r requirements.txt
./scripts/bootstrap.sh
./scripts/run_app.sh
Note: the ./scripts/bootstrap.sh script only needs to be run the first time to create the database.
url to test app:
localhost:6012/helloworld
### Database
Run the following command to create the database
./scripts/bootstrap.sh
### Domain model