Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.04 KB

README.md

File metadata and controls

18 lines (11 loc) · 1.04 KB

EHAMGates Build Status

Gate assignment tool for Amsterdam Airport Schiphol (EHAM). Not to be used in real aviation!

Development is discontinued (at least for now).

Installation

Just clone the repository to a webserver with PHP (tested on Apache2 with PHP 5.3+) and everything should work out of the box. You could symlink the public/ folder to your web root if you prefer.

If data does not get cached, please check whether data.txt exists in the root folder and whether your server has write access to it.

Docker Container

You can also run this tool as a Docker container. You can pull rickw/gates (see https://registry.hub.docker.com/u/rickw/gates/) or build it yourself using the Dockerfile in this repository.

Vagrant

This repository also contains a Vagrantfile. Check http://www.vagrantup.com/ for more information about Vagrant. When using this configuration, you can access the Gate Finder on your localhost, port 8080.