Skip to content
Ycarus edited this page Jun 27, 2017 · 3 revisions

From git

Inside the directory where your clone FlightAirMap :

git pull

You can always keep the file require/settings.php, so backup it before update. Then modify $globalInstalled to FALSE in require/settings.php

Run install/index.php again, the script will update tables and configuration if needed.

From release

Keep the file require/settings.php and replace all files.

Then modify $globalInstalled to FALSE in require/settings.php

Run install/index.php again, the script will update tables and configuration if needed.

Clone this wiki locally