From 5a1de79aa2d5cee0829abeb97d34c8ab3c4cec1b Mon Sep 17 00:00:00 2001 From: Oleg Lavrovsky Date: Tue, 10 Jan 2017 16:56:45 +0100 Subject: [PATCH] Updated readme and upgraded to Wagtail 1.8 --- readme.md | 9 ++++++--- requirements.txt | 14 +++++++------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index e22c121..00409a0 100644 --- a/readme.md +++ b/readme.md @@ -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/ diff --git a/requirements.txt b/requirements.txt index b116ab0..8884b2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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