Skip to content

Commit

Permalink
Merge pull request #36 from Expl0dingBanana/master
Browse files Browse the repository at this point in the history
Align docs with latest MAD patcher
  • Loading branch information
muckelba committed Jan 25, 2020
2 parents 5b58524 + fffef83 commit d69eb26
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions installation/1.getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,7 @@ GRANT ALL PRIVILEGES ON DATABASENAMEHERE.* TO 'DATABASEUSERHERE'@'localhost';
FLUSH PRIVILEGES;
```

MAD is using the RocketMap database schema, you can either install it using [OSM-Rocketmap](https://github.com/cecpk/OSM-Rocketmap) or, if you just want the database and not the complete frontend of RM, use the [databasesetup.py](../../extras/scripts#databasesetup-databasesetup-py) script.

If you want to use OSM-Rocketmap, set it up and launch it for the first time. It will create the the tables automatically. Follow the guide from the [official Rocketmap documentation](https://rocketmap.readthedocs.io/en/develop/basic-install/index.html), but **make sure to clone the [OSM-Rocketmap](https://github.com/cecpk/OSM-Rocketmap) fork** instead of the normal one.
MAD will install the latest database schema automatically on initial boot and no additional steps are required. It will install the basic OSM-Rocketmap tables but may not be completely up to date. Running OSM-Rocketmap for the first time should execute their required changes. Follow the guide from the [official Rocketmap documentation](https://rocketmap.readthedocs.io/en/develop/basic-install/index.html), but **make sure to clone the [OSM-Rocketmap](https://github.com/cecpk/OSM-Rocketmap) fork** instead of the normal one.

```bash
python3 runserver.py
Expand Down

0 comments on commit d69eb26

Please sign in to comment.