Flight2Paris / Flight-to-Paris

PHP Micro Frameworks collection.
4 stars 3 forks source link
      .___.    .   ,    ,      .__           
      [__ |* _ |_ -+-  -+- _   [__) _.._.* __
      |   ||(_][ ) |    | (_)  |   (_][  |_) 
            ._|                              

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

Installation

Dependencies

Optional dependencies

Geting source

Get the source of master branch.

$ git clone https://github.com/rata0071/Flight-to-Paris.git

Install GIT dependencies

$ git submodule init
$ git submodule update

Copy configuration skel file

$ cp config.php.dist config.php

Install Data Schema

In MySQL, create schema:

mysql> create schema f2p;

Load schema structure dump

$ mysql -uroot -p  < flight2paris.sql

Test it!

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