aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-12-08 12:00:07 +0200
committerFilipp Lepalaan <filipp@mac.com>2015-12-08 12:00:07 +0200
commitbd56bb9770c4c41959c72d0b29485820119d17e1 (patch)
treec82ec2ddf97eaf1d92bbc729853c2687352c7121 /README.md
parent938ca501a6192abe9e14b390c39163aa391415d1 (diff)
downloadServo-bd56bb9770c4c41959c72d0b29485820119d17e1.tar.gz
Servo-bd56bb9770c4c41959c72d0b29485820119d17e1.tar.bz2
Servo-bd56bb9770c4c41959c72d0b29485820119d17e1.zip
Updated README
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/README.md b/README.md
index 665a13b..ebfa6c8 100644
--- a/README.md
+++ b/README.md
@@ -53,9 +53,9 @@ For testing, you can run Servo without any extra setup:
If you want to run rules, set ENABLE_RULES = True and start the worker task:
- $ celery -A servo worker -B -l info -s /tmp/celerybeat-schedule
+ $ celery -A servo worker -B -l info -s /tmp/celerybeat-schedule
-Then fire up your browser and got to http://localhost:8080/
+Then fire up your browser and got to [http://localhost:8000/](http://localhost:8000/)
The VMWare Image
@@ -65,12 +65,15 @@ You can also download a preconfigured VMWare image [here](http://files.servoapp.
Updating
========
-First, back up your database, then:
+First, back up your database:
- $ git pull origin master
- $ ./manage.py migrate --no-initial-data
+ $ ./manage.py backupdb
-After which you should restart your Servo instance.
+then:
+
+ $ ./manage.py selfupdate
+
+After which you should restart your Servo instance. The method depends on how it's deployed.
Documentation