Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align docs with latest MAD patcher #36

Merged
merged 1 commit into from
Jan 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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