85 Commits

Author SHA1 Message Date
Vincent Letourneau
1e855ea84b make init bug fixed 2017-07-28 14:50:41 +02:00
Vincent Letourneau
724ae343d9 Update PWD and add DB dump path 2017-07-28 14:27:49 +02:00
Vincent Letourneau
0cd76c717a Remove db dump path 2017-07-28 14:27:07 +02:00
Vincent Letourneau
c392e82b8a Update README 2017-07-28 14:26:41 +02:00
Vincent Letourneau
170993c731 Update README 2017-07-28 13:19:54 +02:00
Vincent Letourneau
18cf2e57cd Update README 2017-07-28 13:10:20 +02:00
Vincent Letourneau
55a59ceabb Update README 2017-07-27 20:01:48 +02:00
Vincent Letourneau
691d9f1a3c Add phpunit 6.0 2017-07-27 20:01:19 +02:00
Vincent Letourneau
21ae04f12d small fixes 2017-07-27 20:00:22 +02:00
Vincent Letourneau
12cf097153 Update README 2017-07-27 19:08:58 +02:00
Vincent Letourneau
e80b05d855 Adapt Nginx configuration with PHP volume 2017-07-27 18:51:52 +02:00
Vincent Letourneau
b7683f79a6 Add code coverage and color output for testing 2017-07-27 17:40:42 +02:00
Vincent Letourneau
109074f91b Upgrade phpunit to version 6.0 2017-07-27 17:37:59 +02:00
Vincent Letourneau
69022ddaff Improve configuration with Makefile
- Add Makefile
 - Add environment configuration file
 - Use env with docker-compose and Makefile"
2017-07-27 17:31:40 +02:00
Vincent Letourneau
12f1c309e5 Update README 2017-06-13 22:26:33 +02:00
Vincent Letourneau
301c7040ba Update gitignore 2017-06-13 22:20:18 +02:00
Vincent Letourneau
4f592af4ee Update README 2017-06-13 22:19:29 +02:00
Vincent Letourneau
a85ad26ccb Add netbeans sample configuration 2017-06-13 22:18:45 +02:00
Vincent Letourneau
97ef028732 Improve linux cleaner 2017-06-13 22:18:16 +02:00
Vincent Letourneau
2fc6bdd6b1 Delete composer.json 2017-06-13 20:25:09 +02:00
Vincent Letourneau
6db293a047 Add a composer configuration file for the distribution 2017-06-13 20:20:21 +02:00
Vincent Letourneau
a6f65d5bc5 bin/linux/clean: Remove containers with the exit status 2017-06-13 20:14:49 +02:00
Vincent Letourneau
ddf9604b8e Fix composer apigen error v0.1.1 2017-05-25 22:29:00 +02:00
Vincent Letourneau
d0595e1a88 Improve README v0.1.0 2017-01-23 11:52:14 +01:00
Vincent Letourneau
0c081d7fc9 Add Unit Test example 2017-01-23 11:04:43 +01:00
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