-
Notifications
You must be signed in to change notification settings - Fork 158
Installation
Mac Robeson edited this page Jul 3, 2022
·
22 revisions
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:
-
Nginx (include install/flightairmap-nginx-conf.include in server part of the config)
It has been tested under Linux & FreeBSD.
The following is a list of PHP extensions that must be installed on your server in order for this web app to run properly:
- cURL http://php.net/curl which is used to access remote sites.
- PDO http://php.net/pdo with MySQL or PostgreSQL driver is required for database access.
- JSON http://php.net/json
- ZIP http://php.net/zip needed for SBS.
- DOM http://php.net/dom
- SimpleXML http://php.net/simplexml
Download files:
git clone --recursive https://github.com/Ysurac/FlightAirMap
Then follow configuration