remove stuff from the old docs because people don't read the readme

This commit is contained in:
Laura Klünder 2019-11-06 13:52:51 +01:00
parent 44102fbd97
commit e797f3a688

View file

@ -76,35 +76,9 @@ You can skip this step if English is enough for you.
python3 manage.py compilemessages
```
### Clone the map packages
### Build the map
For the 33c3, this would be c3nav-cch and c3nav-33c3:
```
cd data/maps/
git clone https://github.com/c3nav/c3nav-cch.git
git clone https://github.com/c3nav/c3nav-33c3.git
```
### Load the map packages
```
cd ../../
python3 manage.py loadmap
```
Confirm loading the map packages. You can always execute this command to update the map data in the database. This will also overwrite unexported mapdata in the database.
### Render the map and build the routing graph
Always do this after updating the mapdata. You can skip this step if you only want to use the Editor.
```
python3 manage.py rendermap
python3 manage.py buildgraph
```
FYI: You can find the renderings in the following folder: `data/render/`
**No documentation is available for this. We're working on it. Please stop mistaking documentation from years ago for something that is still up to date.**
### Run a development server