-
Notifications
You must be signed in to change notification settings - Fork 251
Requirements
Mark Friedrich edited this page May 11, 2019
·
12 revisions
You currently need the following to install pathfinder correctly:
- Nginx (or Apache)
-
PHP ≥
v7.2.x
- Composer
-
PCRE ≥
v8.02
or higher (usually shipped with PHP package, but needs to be additionally updated on CentOS or Red Hat systems) - mod_rewrite and mod_headers enabled (Apache only)
- Gzip compression enabled
- GD PHP extension
- cURL PHP extension
Lighttpd configurations are also possible. http://fatfreeframework.com/system-requirements
PATHFINDER requires two databases. Both databases will get auto created during the Setup process.
- DB
pathfinder
holds all Pathfinder related data (e.g. mapped systems, scanned signatures, ...) - DB
eve_universe
holds all static EVE data (e.g. solarSystems, wormholes, ...)
Hint: Pathfinder ≤
v1.3.5
also required the official SDE dump from CCP. This is no longer required! Sincev1.4.0
Pathfinder had full ESI API support. All static data is loaded over ESI and cached ineve_universe
DB.