update links in istallation guide
This commit is contained in:
parent
71a6b8e6ef
commit
53c5f48c4d
2 changed files with 2 additions and 4 deletions
|
@ -58,7 +58,7 @@ docker run --rm --name c3nav-33c3 -v `pwd`/33c3-data:/data c3nav/c3nav build
|
|||
|
||||
## run c3nav
|
||||
|
||||
This will run a development server that you can reach at [http://localhost:8042/]. The editor can be found at [http://localhost:8042/editor/]. **Never use this server for production purposes!**
|
||||
This will run a development server that you can reach at [localhost:8042/](http://localhost:8042/). The editor can be found at [localhost:8042/editor/](http://localhost:8042/editor/). **Never use this server for production purposes!**
|
||||
|
||||
```
|
||||
docker run --rm --name c3nav-33c3 -p 8042:8000 -v `pwd`/33c3-data:/data c3nav/c3nav runlocal
|
||||
|
@ -71,5 +71,3 @@ After changing stuff with the editor, you may want to export the changes into th
|
|||
```
|
||||
docker run --rm --name c3nav-33c3 -v `pwd`/33c3-data:/data c3nav/c3nav dumpmap
|
||||
```
|
||||
|
||||
This will dump all map data the map data repos you cloned in step 2.
|
||||
|
|
|
@ -111,7 +111,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/]. **Never use this server for production purposes!**
|
||||
You can now reach your c3nav instance at [localhost:8000/](http://localhost:8000/). The editor can be found at [localhost:8000/editor/](http://localhost:8000/editor/). **Never use this server for production purposes!**
|
||||
|
||||
## Other things you can do now:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue