Navigation Menu

Skip to content

Commit

Permalink
Altered the commands in the install area to use 'develop.ini' instead…
Browse files Browse the repository at this point in the history
… of 'development.ini'
  • Loading branch information
Joel Kleier committed Mar 26, 2012
1 parent 2d26cf2 commit dd79b09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.txt
Expand Up @@ -18,9 +18,9 @@ using virtualenv::
cd factored cd factored
../bin/python setup.py develop ../bin/python setup.py develop
../bin/initializedb develop.ini ../bin/initializedb develop.ini
../bin/adduser development.ini --username=john@foo.bar ../bin/adduser develop.ini --username=john@foo.bar
../bin/paster serve develop.ini ../bin/paster serve develop.ini
../bin/removeuser development.ini --username=john@foo.bar ../bin/removeuser develop.ini --username=john@foo.bar




Configuration Configuration
Expand Down

0 comments on commit dd79b09

Please sign in to comment.