.___. . , , .__
[__ |* _ |_ -+- -+- _ [__) _.._.* __
| ||(_][ ) | | (_) | (_][ |_)
._|
Flight - Mike Cao // http://flightphp.com MIT
Paris&Idiorm - Jamie Matthews // http://j4mie.github.com/idiormandparis BSD
PHP Markdown - Michel Fortin // http://github.com/wolfie/php-markdown
Flight to Paris - Aza // http://esfriki.com GPLv3
Playa - Aza // http://playa.esfriki.com GPLv3
Chuck Not Captcha - Aza // http://cnc.esfriki.com GPLv3
Get the source of master branch.
$ git clone https://github.com/rata0071/Flight-to-Paris.git
$ git submodule init
$ git submodule update
$ cp config.php.dist config.php
In MySQL, create schema:
mysql> create schema f2p;
Load schema structure dump
$ mysql -uroot -p < flight2paris.sql
You can test it with build-in PHP http server (you need define 'DOMAIN' with the port, example: 'localhost:8000')
$ php -S localhost:8000 index.php