From 6ba4dce5c3b2bd51a738fb080656333a84327eb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Sun, 18 Dec 2016 22:34:25 +0100 Subject: [PATCH] update manual installation guide --- doc/manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual.md b/doc/manual.md index bf47956a..58b77e4a 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -88,7 +88,7 @@ Always do this after updating the mapdata. You can skip this step if you only wa ``` python3 manage.py rendermap -python3 manage.py builder +python3 manage.py buildgrap ``` FYI: You can find the renderings in the following folder: `data/render/` @@ -99,7 +99,7 @@ FYI: You can find the renderings in the following folder: `data/render/` python3 manage.py runserver ``` -You can now reach your c3nav instance at http://localhost:8000/. The editor can be found at http://localhost:8000/editor/. +You can now reach your c3nav instance at http://localhost:8000/. The editor can be found at http://localhost:8000/editor/. **Never use this server for production purposes!** ## Other things you can do now: