summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 6 insertions, 4 deletions
diff --git a/README b/README
index fd493b6..e517ffe 100644
--- a/README
+++ b/README
@@ -44,19 +44,21 @@ will probably want the following:
4. Sync the database to create it.
- $ python manage.py syncdb
+ $ ./manage.py syncdb
5. Migrate changes.
- $ python manage.py migrate
+ $ ./manage.py migrate
6. Load the fixtures to prepopulate some data.
- $ python manage.py loaddata main/fixtures/arches.json main/fixtures/repos.json
+ $ ./manage.py loaddata main/fixtures/arches.json
+ # ./manage.py loaddata main/fixtures/repos.json
+ # ./manage.py loaddata mirrors/fixtures/mirrorprotocols.json
7. Use the following commands to start a service instance
- $ python manage.py runserver
+ $ ./manage.py runserver
8. To optionally populate the database with real data: