Commit Graph

93 Commits

Author SHA1 Message Date
Mahmoud Zalt
f97f0b0d11 update readme: include hhvm and new logo 2016-07-24 07:39:25 +03:00
Mahmoud Zalt
4dda3b969e add gitter link to the readme 2016-07-23 19:53:16 +03:00
Mahmoud Zalt
4d2452101a add more awesome people to the contributors list 2016-07-22 00:36:26 +03:00
Eric Pfeiffer
9b084433c3 add caddy server. 2016-07-19 21:51:20 -05:00
Mahmoud Zalt
2d382b683a general updates to the readme 2016-07-14 04:27:45 +03:00
Mahmoud Zalt
2df00ecdad remove installing Prestissimo by default, to prevent the warning 2016-07-13 16:00:47 +03:00
Jack Fletcher
11cdfd440b Updated README
References #135
2016-07-12 17:52:06 +01:00
Jack Fletcher
d01d087431 Added more detail to the README 2016-07-12 16:38:20 +01:00
Jack Fletcher
11c65c4a00 Fix variable not set warning
Added an untracked `.env` file to the root directory to prevent the
`WARNING: The INSTALL_PRESTISSIMO variable is not set` message from being
displayed when `docker-compose` is run.

Added section in README for optional features.
2016-07-12 16:27:55 +01:00
Niksac
3a714339da Update README.md 2016-07-07 15:29:00 +02:00
Bo-Yi Wu
fb5ea7f42c remove duplicate white spaces
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2016-06-25 19:40:36 +08:00
Mahmoud Zalt
aa8be6f95b list the contributors names in the readme
@benmag @mattythebatty @AminMkh @appleboy
2016-06-25 07:36:03 +03:00
Mahmoud Zalt
aa0a726945 change enter container commands in the doc
`docker-compose run …` to `docker exec -it …`
2016-06-25 07:33:30 +03:00
Mahmoud Zalt
e5e04e4e18 update the readme: exec command to run 2016-06-23 08:58:43 +03:00
Bo-Yi Wu
69406db3e0 Change command about enter workspace container. 2016-06-23 13:16:52 +08:00
Mahmoud Zalt
fccee522c6 update the readme 2016-06-11 20:49:04 +03:00
Mahmoud Zalt
685c34d12d add Mongo Support to the Readme 2016-06-11 17:10:18 +03:00
Mahmoud Zalt
8993cccc2c basic updates to the reamdme 2016-05-31 19:15:29 +03:00
Mahmoud Zalt
e7decdaaf7 add debugging section to the readme 2016-05-28 11:04:05 +03:00
Mahmoud Zalt
ccbc73c6bc update the readme file 2016-05-24 14:01:07 +03:00
Tom Witkowski
762e2ec07b Issue #67
Issue #67
simpler docker IP-Address get command
2016-05-24 11:54:07 +02:00
Mahmoud Zalt
adaaa25f47 remove the Laravel installer from the workspace container 2016-05-23 23:32:59 +03:00
Amin Mkh
7f91fc9798 Update README.MD 2016-05-23 21:45:38 +03:00
Mahmoud Zalt
a8a7685a40 basic changes to the readme format 2016-05-21 19:19:03 +03:00
Mahmoud Zalt
8bff7656f6 add neo4j support to the readme file 2016-05-20 20:37:00 +03:00
Mahmoud Zalt
19813e48c3 add demo video to the readme 2016-05-20 09:24:26 +03:00
Mahmoud Zalt
be7b8ee056 update the readme (installation steps) 2016-05-19 21:40:25 +03:00
Mahmoud Zalt
01a056dd25 make the workspace container run automatically 2016-05-19 20:49:16 +03:00
Mahmoud Zalt
70e1b0fe41 update readme file 2016-05-19 18:04:53 +03:00
Mahmoud Zalt
0959b25c05 add sqlite support to the readme 2016-05-19 03:42:36 +03:00
Mahmoud Zalt
7f1deb0342 update how to get IP address on Linux, in the readme 2016-05-19 02:49:07 +03:00
Mahmoud Zalt
703887a2a6 add Node, Gulp and Bower to the readme 2016-05-18 22:54:46 +03:00
Mahmoud Zalt
77f9183c83 reformat the readme file (organize all the sections) 2016-05-18 20:56:48 +03:00
Mahmoud Zalt
378181044c update readme file
- Add “Change the PHP-CLI Version”
- Add “Install PHP Extensions”
2016-05-18 20:21:15 +03:00
Mahmoud Zalt
01bdaae690 Add "Run Artisan Commands" to the readme 2016-05-18 11:48:02 +03:00
Mahmoud Zalt
68aca9f8f9 small updates to the readme file 2016-05-18 11:24:13 +03:00
Mahmoud Zalt
6d0ecaecf4 general updates to the readme files 2016-05-18 11:17:58 +03:00
Mahmoud Zalt
5aa01b1757 add the new way of using LaraDock in the readme 2016-05-18 11:12:21 +03:00
Mahmoud Zalt
3b2831bf1d add alias for phpunit in the .bashrc 2016-05-18 10:25:54 +03:00
Mahmoud Zalt
2c05c87400 update the logs section 2016-05-18 07:56:12 +03:00
Mahmoud Zalt
5ef193d55b update readme 2016-05-18 07:16:20 +03:00
Mahmoud Zalt
4d8a798224 Create Application Container to hold App code 2016-05-18 07:13:19 +03:00
Mahmoud Zalt
51b6d4f844 update readme file (php section) 2016-05-18 04:38:46 +03:00
Mahmoud Zalt
36b49f5ae2 formatting and small updates 2016-05-17 23:47:26 +03:00
Bo-Yi Wu
84f766363d Replace docker-compose rm with down command. 2016-05-17 10:50:51 +08:00
Mahmoud Zalt
405067d4af Separate the PHP versions to multiple dockerfiles
Because there's some difference in installing some libraries
between PHP 5 and PHP 7. There must be multiple php dockerfiles.
For that I created 3 docker files each of a different version,
this will make it easy for the users to switch between the PHP
version by just editing the docker-compose file and not touching
the dockerfiles.
2016-05-14 04:50:47 +03:00
Mahmoud Zalt
e946573d75 general updates to the readme file 2016-05-13 02:00:25 +03:00
Mahmoud Zalt
470873acd2 add Memcached support to the readme file 2016-05-12 15:23:42 +03:00
Mahmoud Zalt
12587bc712 Support Beanstalkd and Beanstalkd Console
Closes feature #38
2016-05-09 05:02:15 +03:00
Mahmoud Zalt
81f2602464 Support MariaDB
closes feature #21
2016-05-09 04:23:03 +03:00