Commit Graph

1872 Commits

Author SHA1 Message Date
Shao Yu-Lung (Allen)
a03ce23bf5
Merge pull request #1520 from fnandogp/master
fix: Fix Drush install for the workspace
2018-05-28 10:30:50 +08:00
Shao Yu-Lung (Allen)
fc8736773c
Merge pull request #1574 from bestlong/pecl-channel-update
update pecl channel
2018-05-28 10:29:34 +08:00
bestlong
d5efd5309e update pecl channel 2018-05-28 08:47:22 +08:00
Shao Yu-Lung (Allen)
da3a7226bd
Merge pull request #1572 from luciano-jr/master
Add Portainer.io service
2018-05-27 20:51:06 +08:00
Shao Yu-Lung (Allen)
cc20ac2421
Merge pull request #1573 from bestlong/fix-php5-gmp
Fix php5 Unable to locate gmp.h
2018-05-27 20:45:44 +08:00
bestlong
402383e7b7 Fix php5 Unable to locate gmp.h 2018-05-27 20:01:29 +08:00
Shao Yu-Lung (Allen)
9250326664
Swoole support php5 (#1571)
* php5 fpm support swoole
* php5 workspace support swoole
2018-05-27 19:47:13 +08:00
Luciano Jr
51d253db21 Update documentation adding Portainer section 2018-05-27 11:22:49 +01:00
Luciano Jr
69de0668e9 Add portainer 2018-05-27 10:39:41 +01:00
Shao Yu-Lung (Allen)
472df4d194
Merge pull request #1570 from bestlong/fix-getting-started-step-not-fit
fix Getting Started step "docker-compose up -d nginx mysql" missing workspace container.
2018-05-27 11:23:34 +08:00
bestlong
62b716f469 fix Getting Started step "docker-compose up -d nginx mysql" missing workspace container. 2018-05-27 11:21:22 +08:00
Shao Yu-Lung (Allen)
10ba847415
Merge pull request #1489 from 0reo/elasticsearch-doc-patch-1
corrected elasticsearch default username
2018-05-27 10:13:05 +08:00
Shao Yu-Lung (Allen)
a0595491a2
Merge pull request #1491 from falinsky/patch-1
Fix env variable name
2018-05-27 10:11:29 +08:00
Shao Yu-Lung (Allen)
7c88c33b29
Merge pull request #1504 from dougblackjr/master
Adding pcntl to php-fpm, php-worker, addresses #1419
2018-05-27 10:08:53 +08:00
Shao Yu-Lung (Allen)
808bd72d13
Fix #1544, Unable to locate package libgmp-dev. (#1569)
* Fix #1544, Unable to locate package libgmp-dev.
2018-05-27 10:06:00 +08:00
Shao Yu-Lung (Allen)
07410e80cf
Merge pull request #1566 from bestlong/fix-php-fpm-ext-soap
Fix install php ext SOAP No package php-soap available
2018-05-26 07:59:33 +08:00
bestlong
d1170f51c8 Fix install php ext SOAP No package php-soap available 2018-05-26 07:47:29 +08:00
Shao Yu-Lung (Allen)
8158b6f50e
Merge pull request #1565 from bestlong/fix-php5-xdebug
fix #1535 xdebug installation fails when php version is 5.6
2018-05-26 07:40:15 +08:00
bestlong
97adef735a fix #1535 xdebug installation fails when php version is 5.6 2018-05-26 07:32:33 +08:00
Shao Yu-Lung (Allen)
6e6284d00f
Merge pull request #1561 from cyberbit/patch-1
Update index.md
2018-05-25 23:53:58 +08:00
D.J. Marcolesco
890faa2f3c
Update index.md
Improve working
2018-05-25 10:04:59 -05:00
D.J. Marcolesco
f6f37ec020
Update index.md
Add information for Windows hosts when adding custom cron jobs
2018-05-25 10:01:35 -05:00
Shao Yu-Lung (Allen)
20464d1bd2
Merge pull request #1510 from brunen9/remove-unused-variable-php-fpm-install-postgres
Remove unused variable PHP_FPM_INSTALL_POSTGRES.
2018-05-25 22:19:34 +08:00
Shao Yu-Lung (Allen)
a5813de5bf
Merge pull request #1380 from glorand/patch-1
Update min. docker version
2018-05-25 22:13:32 +08:00
Shao Yu-Lung (Allen)
aee1adb0a1
Merge pull request #1533 from kaliberx/master
Add subversion support in workspace
2018-05-25 22:10:58 +08:00
Shao Yu-Lung (Allen)
dd322a0e71
Merge pull request #1524 from SDLyu/update-env-example
Update env-example
2018-05-25 22:06:09 +08:00
Shao Yu-Lung (Allen)
99c2c846ff
Merge pull request #1522 from jeliasson/workspace-imagemagick
Update apt sources before installing imagemagick
2018-05-25 22:04:59 +08:00
KUI\ahkui
d08177d2c2 fix wrong spelling 2018-05-20 19:22:30 +08:00
Grzegorz Dąbrowski
b990af3353 Add subversion support in workspace 2018-05-07 10:58:55 +02:00
ahkui
b2c09f6b15
Update Dockerfile
fix pip v10 error 
Traceback (most recent call last):
  File "/usr/bin/pip", line 9, in <module>
    from pip import main
ImportError: cannot import name main
2018-05-07 15:03:52 +08:00
SDLyu
9e5fdda294 Update env-example 2018-05-05 22:06:15 +08:00
Johan Eliasson
77bea30cb0
Update apt sources before installing imagemagick
#1512
2018-05-04 22:04:35 +02:00
Fernado Pinheiro
dac336e6a1 fix: Fix Drush install for the workspace 2018-05-02 10:49:19 -03:00
Pavel Mironchik
d142500216 Remove unused variable PHP_FPM_INSTALL_POSTGRES. 2018-04-27 21:48:16 +06:00
Kai Neuwerth
ad1509dd62
Update docuumentation for COMPOSE_PROJECT_NAME 2018-04-25 08:38:43 +02:00
Kai Neuwerth
9ab84c5174
Add COMPOSE_PROJECT_NAME to env-example 2018-04-25 08:30:33 +02:00
Douglas Black
6b6e2d5f86 Adding pcntl to php-fpm, php-worker, addresses #1419 2018-04-24 10:25:16 -04:00
Wouter van Dongen
3ad17eca0a - Fix Drush installation
- Consistent naming of arguments
- Add deprecated install note
2018-04-23 20:30:47 +02:00
Sergey Falinsky
f54e6baf02
Fix env variable name
Fixed env variable name which points to host source directory.
2018-04-20 14:12:00 +03:00
Adam Clarke
59f3b574da
corrected elasticsearch default username 2018-04-19 14:25:19 -04:00
Mahmoud Zalt
0c41fceae1 add missing DRUSH_VERSION to workspace arguments 2018-04-06 18:06:44 +03:00
Mahmoud Zalt
76b95752bf fix travis tests 2018-04-06 17:24:11 +03:00
Mahmoud Zalt
101986c76f merge the php versions dockerfiles in php-fpm, workspace and php-worker 2018-04-06 10:04:56 +03:00
Mahmoud Zalt
add78a19f4 fix travis build failure 2018-04-06 04:53:04 +03:00
Mahmoud Zalt
a0c5ef75d2 upgrade docker-compose to v3 2018-04-05 16:43:22 +03:00
Mahmoud Zalt
06353031ac
Merge pull request #1466 from fenech/master
Add missing syntax to continue line
2018-04-05 06:53:22 +03:00
Tom Fenech
1f193a5310 Add missing syntax to continue line 2018-04-04 20:29:14 +02:00
Mahmoud Zalt
b45bf46436
Merge pull request #1446 from ByZer0/debug-workspace-scheduler
Use xdebug with Laravel scheduler inside workspace container
2018-04-04 17:48:55 +03:00
Mahmoud Zalt
0586247e3f
Merge branch 'master' into debug-workspace-scheduler 2018-04-04 17:48:46 +03:00
Mahmoud Zalt
0f8891b56c
Merge pull request #1464 from danhunsaker/copy-vs-add
Apply COPY vs ADD best practices
2018-04-04 17:36:31 +03:00