Updated readme and upgraded to Wagtail 1.8
This commit is contained in:
parent
5d31c03447
commit
5a1de79aa2
2 changed files with 13 additions and 10 deletions
|
@ -36,17 +36,20 @@ Make sure a recent version of node.js is installed, then:
|
|||
```
|
||||
npm install -g bower grunt-cli
|
||||
npm install
|
||||
npm install -g bower grunt-cli
|
||||
bower install
|
||||
```
|
||||
|
||||
If you have one installed, also start your local redis server (`service redis start`).
|
||||
|
||||
**Starting up**
|
||||
|
||||
Run this after completing setup:
|
||||
|
||||
```
|
||||
./manage.py runserver
|
||||
./manage.py runserver &
|
||||
grunt browser-sync
|
||||
```
|
||||
|
||||
If you have one installed, also start your local redis server.
|
||||
A default browser should open pointing to the default home page.
|
||||
|
||||
Now access the admin panel with the user account you created earlier: http://localhost:3000/admin/
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
Django==1.10.4
|
||||
Django==1.10.5
|
||||
psycopg2==2.6.2
|
||||
elasticsearch==5.0.1
|
||||
django-redis==4.6.0
|
||||
wagtail==1.7
|
||||
django-redis==4.7.0
|
||||
wagtail==1.8
|
||||
django-libsass==0.7
|
||||
libsass==0.11.2
|
||||
Pillow==3.4.2
|
||||
libsass==0.12.3
|
||||
Pillow==4.0.0
|
||||
|
||||
# Development tools
|
||||
stellar==0.4.3
|
||||
|
||||
# Production dependencies
|
||||
dj-database-url==0.4.1
|
||||
whitenoise==3.2.2
|
||||
dj-database-url==0.4.2
|
||||
whitenoise==3.2.3
|
||||
uwsgi==2.0.14
|
||||
ConcurrentLogHandler==0.9.1
|
||||
|
|
Loading…
Reference in a new issue