Commit Graph

10 Commits

Author SHA1 Message Date
Vincent Letourneau
394d2d360e Improve php configuration 2017-01-23 11:04:14 +01:00
Vincent Letourneau
ca9f2919aa Add example 2017-01-23 11:03:50 +01:00
Vincent Letourneau
995868ecc2 Update composer
- Add autoloader
 - Add PHPUnit
 - Add ApiGen
 - Add CodeSniffer

version: '2'
services:
    webserver:
        image: php
        ports:
            - 3000:80
        volumes:
            - ./www:/www
        command: php -S 0.0.0.0:80 -t /www
2017-01-23 11:02:41 +01:00
Vincent Letourneau
88fd47410a Add gitignore 2017-01-22 10:52:23 +01:00
Vincent Letourneau
bf19f1e511 Update README 2017-01-22 10:47:35 +01:00
Vincent Letourneau
066f5549c7 Update README 2017-01-22 10:44:52 +01:00
Vincent Letourneau
aef24090a1 Improve docker-compose
- Update mysql user/pass to dev/dev
 - Improve README
2017-01-22 10:42:42 +01:00
Vincent Letourneau
f78334f321 Update README and Docker Compose file 2017-01-15 16:41:10 +01:00
Vincent Letourneau
29afb156eb Update README
- Add links shortcut
2017-01-15 15:52:48 +01:00
Vincent Letourneau
671766bdf3 first commit 2017-01-15 15:48:31 +01:00