Commit Graph

651 Commits

Author SHA1 Message Date
ZeroC0D3 Team
8de9eca8ae Fixing the docker-compose.yml 2017-03-17 13:57:54 +07:00
ZeroC0D3 Team
d172180660 Add constant PHP_FPM_INSTALL_INTL=false & APPLICATION 2017-03-17 13:53:04 +07:00
ZeroC0D3 Team
9f78b17fd1 Fixing indent_size=2 from 4 2017-03-17 13:52:19 +07:00
ZeroC0D3 Team
f5e33fb396 Update .gitignore file 2017-03-17 13:49:21 +07:00
ZeroC0D3 Team
c88e690bb4 Merge branch 'master' into master 2017-03-10 08:09:07 +07:00
ZeroC0D3 Team
c1de398acc Change default phpmyadmin environment for mysql 2017-03-10 07:53:33 +07:00
ZeroC0D3 Team
73f7c88122 Fixing environment in docker-compose file 2017-03-09 19:21:36 +07:00
alchimik
94c6240586 workaround for 'Xdebug breaks on access to class static property' (#654)
see https://github.com/docker-library/php/issues/133
2017-03-08 00:15:46 -05:00
alchimik
178d7e1505 fix selenium (#655)
see https://github.com/SeleniumHQ/docker-selenium#running-the-images
2017-03-07 23:57:18 -05:00
Max Mekenya
082a73ee33 Bump NVM script version to 0.33.1 (#658)
https://github.com/creationix/nvm/releases/tag/v0.33.1
2017-03-07 23:56:35 -05:00
Mahmoud Zalt
164b699f24 Merge pull request #653 from thorerik/add-minio
Add minio container
2017-03-06 09:37:56 -05:00
Thor Erik Lie
c63bf5ea07 Revert "Docs updated"
This reverts commit d95b52b7db.
2017-03-06 10:58:05 +01:00
Thor Erik Lie
d95b52b7db Docs updated 2017-03-05 15:07:29 +01:00
Thor Erik Lie
a7503ce3f3 Add Minio container
Minio is an s3 compatible server written in go.
2017-03-05 15:06:22 +01:00
David Chen
84b742315a Update README-zh.md (#648) 2017-03-02 16:56:35 +08:00
alchimik
9cb902a819 fix php warning in php-fpm: "Unable to load dynamic library aerospike" (#622)
* fix php warning in php-fpm: "Unable to load dynamic library aerospike"

* 	fix php warning in php-fpm: "Unable to load dynamic library aerospike"

* simplify solution

* Update Dockerfile-56

* Update Dockerfile-70
2017-02-25 11:11:45 +08:00
Robert Norman
89ff840880 Adding DNS Plugins (#635)
This updates the download URL to include the DNS provider plugins so that we can use letsencrypt on our local environment. One thing to note, the version is not currently available as part of the dynamic download URL so this may need looking at in the future.
2017-02-24 21:55:56 +08:00
Oleh Kukil
df40020eea xdebugPhpFpm executable (#631) 2017-02-23 22:15:14 +08:00
Bo-Yi Wu
7ca8aef0d0 remove html tag. 2017-02-23 13:39:39 +08:00
Mahmoud Zalt
a37ba5c477 solve the sidebar problem in the docs 2017-02-22 23:08:54 -05:00
Mahmoud Zalt
d0c0a13e28 change docs font and add ga 2017-02-22 22:19:03 -05:00
Mahmoud Zalt
39767cc038 Merge branch 'master' of https://github.com/laradock/laradock
* 'master' of https://github.com/laradock/laradock:
  update readme text
2017-02-22 21:35:17 -05:00
Mahmoud Zalt
ba8f911d64 fix docs colors to match with lara.. 2017-02-22 21:35:05 -05:00
Mahmoud Zalt
97c9fbf469 update readme text 2017-02-22 16:45:46 -05:00
Mahmoud Zalt
f5b3c95068 add how to contribute to the docs 2017-02-22 16:17:15 -05:00
Mahmoud Zalt
e5fa629a64 update the docs 2017-02-22 15:58:06 -05:00
Mahmoud Zalt
8e8020e8b0 update the readme.md + re-generate the site 2017-02-22 15:31:27 -05:00
Mahmoud Zalt
edb32f5dd1 Merge pull request #629 from laradock/new-docs
New docs
2017-02-22 15:23:09 -05:00
Mahmoud Zalt
cc22684420 generate the static docs site in the docs root 2017-02-22 15:22:42 -05:00
Mahmoud Zalt
eab4f7c88f generate site in public folder 2017-02-22 15:13:04 -05:00
Mahmoud Zalt
f91ffcfd20 move the readme.md content to hugo site 2017-02-22 14:59:06 -05:00
Mahmoud Zalt
b995b3692e Create CNAME 2017-02-22 09:32:40 -05:00
Mahmoud Zalt
0ddafaf362 add docs/ to generate github page 2017-02-22 09:31:31 -05:00
Mahmoud Zalt
86031105be Merge branch 'master' of https://github.com/laradock/laradock
* 'master' of https://github.com/laradock/laradock:
  Fix Caddy volumes to persist SSL (#613)
  Fixed memcached for php5.6 (#624)
2017-02-21 10:28:18 -05:00
Mahmoud Zalt
ee481a2a26 update Improving Docker on Mac Speed Docs 2017-02-21 10:28:02 -05:00
Francis Lavoie
770a9779ca Fix Caddy volumes to persist SSL (#613)
I'm blaming commit 380eef5fd9 for breaking this functionality.
2017-02-21 23:26:56 +08:00
alchimik
cdaa344321 Fixed memcached for php5.6 (#624)
```
Step 15/32 : RUN if [ ${INSTALL_MEMCACHED} = true ]; then     pecl install memcached &&     docker-php-ext-enable memcached ;fi
 ---> Running in b43e2e6b07f6
pecl/memcached requires PHP (version >= 7.0.0), installed version is 5.6.24
pecl/memcached can optionally use PHP extension "igbinary" (version >= 2.0)
pecl/memcached can optionally use PHP extension "msgpack" (version >= 2.0)
No valid packages found
install failed
ERROR: Service 'php-fpm' failed to build: The command '/bin/sh -c if [ ${INSTALL_MEMCACHED} = true ]; then     pecl install memcached &&     docker-php-ext-enable memcached ;fi' returned a non-zero code: 1
```
2017-02-21 23:23:30 +08:00
蜗牛
6440ca841a change application source #397 (#609)
# fix a problem--#397, change application source from dl-cdn.alpinelinux.org to aliyun source.
2017-02-15 09:34:30 -05:00
Simon Perdrisat
fac84cd45b Add a config file for mariaDB (#605) 2017-02-11 10:51:10 +08:00
Simon Perdrisat
21a83bd5a3 safer opcache settings (#604) 2017-02-10 15:37:03 -05:00
Simon Perdrisat
f333982598 instruction to improve d4m speed (#597)
* instruction to improve d4m speed

* Move mac speed doc to misc section, remove docker-sync instructions
2017-02-10 08:11:24 -05:00
Ng Yik Phang
00550d328c Various readme typo fixes/improvements (#593)
* Various readme typo fixes/improvements

* Change Laradock -> LaraDock
2017-02-08 18:45:48 +08:00
Craig Iannazzi
e8bb2b29fd update README.md to show how to driectly go to the mysql prompt within the mysql container (#592) 2017-02-08 09:50:07 +08:00
Mahmoud Zalt
ffdb35dc6a Merge pull request #591 from abtrumpet/fix-soap
Fixed SOAP for both php-fpm and CLI
2017-02-07 18:27:31 -05:00
Austin Benesh
cf34c4ed32 Fixed SOAP for both php-fpm and CLI 2017-02-07 15:21:30 -07:00
Pulkit Sood
f7d915256b xdebugPhpFpm permission denied fix (#587)
* xdebugPhpFpm permission denied fix

* xdebugPhpFpm might not have execution access when cloned. This
addition to readme helps tell the user why he got Permission Denied and
what can be done to fix it.

* Fix doesn't spelling, remove newline

* This is fixup for `38e26c3`.
2017-02-07 16:39:33 +08:00
Mahmoud Zalt
8f44a0800b add Keep track of your Laradock changes section to the docs 2017-02-05 11:56:06 -05:00
BAGArt
9348dd95a0 Issues 563 (#580)
* https://github.com/laradock/laradock/issues/563
hotfix

* https://github.com/laradock/laradock/issues/563
\r

* https://github.com/laradock/laradock/issues/563
\r
2017-02-05 11:03:41 -05:00
Max Mekenya
37508bb3ca Add Queue Worker as a starting point (#581)
* Add Queue Worker as an starting point

By https://github.com/laradock/laradock/issues/14#issuecomment-276374969

* Fix typo
2017-02-04 12:13:25 -05:00
Mahmoud Zalt
c3f5dfa741 Add Mike Erickson to the Admins team 2017-02-03 15:28:27 -05:00