Skip to content
Mac Robeson edited this page Jul 3, 2022 · 22 revisions

System Requirements

You need to have meet the following requirements:

  • PHP version 5.4 or greater (5.5.1 or greater is recommended) (work also with PHP 7.0)

  • MySQL version 5.6.1 or greater (or MariaDB) OR PostgreSQL with PostGIS if you want waypoints, airspace and countries data

  • An HTTP Server such as:

    • Apache 2.0+

    • Nginx (include install/flightairmap-nginx-conf.include in server part of the config)

It has been tested under Linux & FreeBSD.

Required Extensions

The following is a list of PHP extensions that must be installed on your server in order for this web app to run properly:

Installation

Download files:

 git clone --recursive https://github.com/Ysurac/FlightAirMap 

Then follow configuration

Clone this wiki locally