From fffef832179f8fe52efafa726d028bf3d4832f0f Mon Sep 17 00:00:00 2001 From: Chris Dohmen Date: Fri, 24 Jan 2020 15:59:20 -0500 Subject: [PATCH] updated the basic installation to state the latest schema will be installed on initial boot --- installation/1.getting-started.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/installation/1.getting-started.md b/installation/1.getting-started.md index a4a1763..ff03429 100644 --- a/installation/1.getting-started.md +++ b/installation/1.getting-started.md @@ -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