Fix the readme to reference the application, update the response code for create repo when no auth credentials are present.

This commit is contained in:
yackob03 2013-12-20 16:21:07 -05:00
parent 867a3e38c1
commit 4ae40b7370
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ running:
```
sudo mkdir -p /mnt/nginx/ && sudo nginx -c `pwd`/nginx.conf
STACK=prod gunicorn -c gunicorn_config.py
STACK=prod gunicorn -c gunicorn_config.py application:application
```
start the workers: