Skip to content

Commit

Permalink
README fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
durden committed May 30, 2012
1 parent c945e58 commit a5e1341
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -50,9 +50,11 @@ You can see the currently deployed version on heroku
Run the application:

- git clone git://github.com/durden/split_testing_playground.git
- 'cd' into the appliction directory
- Setup the database
- 'cd' into the application directory
- Setup the database (unless you would like to use the provided one)
- python manage.py syncdb (make sure to create admin account)
- Again, this is an optional step since the git repo includes a sample
database that will automatically be connected to.
- python manage.py runserver
- Browse to http://127.0.0.1:8000/
- Login
Expand Down

0 comments on commit a5e1341

Please sign in to comment.