mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 03:31:04 +01:00
Update installation docs
wagtail start command needs pip install requirements.txt in 0.6
This commit is contained in:
parent
354e4930f1
commit
22b32d767e
@ -63,9 +63,10 @@ You will now be able to run the following command to set up an initial file stru
|
||||
**Without Vagrant:** Run the following steps to complete setup of your project (the ``migrate`` step will prompt you to set up a superuser account)::
|
||||
|
||||
cd myprojectname
|
||||
./manage.py syncdb
|
||||
./manage.py migrate
|
||||
./manage.py runserver
|
||||
pip install -r requirements.txt
|
||||
python manage.py syncdb
|
||||
python manage.py migrate
|
||||
python manage.py runserver
|
||||
|
||||
Your site is now accessible at http://localhost:8000, with the admin backend available at http://localhost:8000/admin/ .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user