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 |
|