Commit Graph

1739 Commits

Author SHA1 Message Date
ahkui 29483bab8c Add Ipython (#1685) 2018-07-13 11:33:41 +08:00
ahkui 85c57a0b6f update postgresql init db example file (#1689) 2018-07-06 20:59:57 +08:00
ahkui 2f996450e5 Add Redis webui (#1688)
* add redis webui
* Update env-example
* depends on redis
2018-07-06 20:57:29 +08:00
ahkui 1823060c4b Add Mongo webui (#1687)
* add mongo webui
* update
* Update env-example
2018-07-06 20:54:44 +08:00
Pedro Brost 6fa2b75bb7 Getting Started documentation typo (#1590) 2018-07-01 20:22:25 +08:00
Ari Kaiy 2ec23122e7 Update version pointer node (#1598) 2018-06-30 17:08:02 +08:00
Eugene Kirdzei a1e01ac19b Install phpdbg (#1612)
* Install phpdbg
* Change documentstion
2018-06-30 16:54:46 +08:00
Abdelrahman Omran eccc149f45 Fix current shell on root when installing svgo (#1644)
This fix the following errors:
/bin/sh: 13: /root/.bashrc: shopt: not found
/bin/sh: 21: /root/.bashrc: shopt: not found
/bin/sh: 103: /root/.bashrc: source: not found
2018-06-30 16:50:37 +08:00
vlauciani 9cb7624da7 bugfix: add 'networks' to 'docker-in-docker' (#1660)
I do not know why but the pull request https://github.com/laradock/laradock/pull/1655 has lost the 'networks' code. I'll try to insert it Insert again ;-)
2018-06-30 16:49:29 +08:00
Adam Carr cd1c56c1e2 Fix Laradock-Toolbox url (#1610) 2018-06-28 13:29:30 +08:00
vlauciani 9d42ea6b9d Update docker-compose.yml to add 'dind' (#1655)
Add 'dind' image to run docker-in-docker: issue https://github.com/laradock/laradock/issues/1653
2018-06-28 13:25:33 +08:00
ahkui b0bfa5f1d3 Add netdata for monitoring server (#1613)
* add netdata container
* update document
* update document each part separate with 6 * \n
* remove unuse file
2018-06-28 13:24:08 +08:00
Emanuele Menon dcf6b6d9ac Install of libpng16 library for fix react and react with material-ui application (#1625)
* Added commands in Workspace Dockerfile for installation of libpng with configurable env argument switch

* Updated documentation
2018-06-28 13:14:06 +08:00
Meng Ye 1d9cbd7c75 fix: MySQL 8.0 removed NO_AUTO_CREATE_USER SQL mode, fixed #1492 (#1548) 2018-06-27 18:49:53 +08:00
Rony Debnath fd56c4dcda Update VUE CLI to v3 (#1654) 2018-06-27 18:48:32 +08:00
Abdelrahman Omran 0351cf531b Fix minor syntax issue that solves "[/bin/sh: 1: [: missing ]" error (#1649) 2018-06-27 18:47:42 +08:00
Abdelrahman Omran 09e998b723 Fix missing apt-utils package (#1652) 2018-06-27 18:47:05 +08:00
Abdelrahman Omran 06d0105514 Fix PHP zip extension installation warnings (#1648)
This fixes the following warnings when installing "zip" php extension:
configure: WARNING: ========================================================
configure: WARNING: Use of bundled libzip is deprecated and will be removed.
configure: WARNING: Some features such as encryption and bzip2 are not available.
configure: WARNING: Use system library and --with-libzip is recommended.
configure: WARNING: ========================================================
2018-06-27 18:46:27 +08:00
Shao Yu-Lung (Allen) 0cbc51bf72
php-fpm ini file rename to match volume config format. (#1646)
volumes:
  - ./php-fpm/php${PHP_VERSION}.ini:/usr/local/etc/php/php.ini
2018-06-25 23:03:23 +08:00
Shao Yu-Lung (Allen) 08dfc9f816
php-fpm, workspace when php5 support old mongo ext. (#1642) 2018-06-25 20:16:25 +08:00
Abdelrahman Omran b71f50bf83 Fix apt-get deprecated --force-yes flag & noninteractive if needed (#1640) 2018-06-24 23:19:49 +08:00
Abdelrahman Omran 7d1dc66f77 Conditionally install npm tools (#1641) 2018-06-24 23:19:09 +08:00
Shao Yu-Lung (Allen) f3c934222f
Fix #1627, The POSTGRES_ENTRYPOINT_INITDB variable is not set. Defaulting to a blank string. (#1639) 2018-06-24 14:38:04 +08:00
Abdelrahman Omran a90865d67c Update nvm install instructions (#1638) 2018-06-24 10:02:21 +08:00
Abdelrahman Omran a0a5c85a54 Update deployer install instructions (#1637) 2018-06-24 10:01:58 +08:00
Abdelrahman Omran a807caa30a Update laravel envoy install instructions (#1636) 2018-06-24 10:01:30 +08:00
Abdelrahman Omran bc27e96337 Update aerospike installation instructions (#1635) 2018-06-24 10:00:52 +08:00
Abdelrahman Omran 11912055ec Update global composer install instructions (#1634) 2018-06-24 10:00:19 +08:00
Abdelrahman Omran 3509473b89 Update node & yarn install instructions (#1633) 2018-06-24 09:59:15 +08:00
Abdelrahman Omran 5521f71428 Update mongo install instructions (#1632) 2018-06-24 09:48:20 +08:00
Abdelrahman Omran 339d47f303 Update linuxbrew install instructions (#1631) 2018-06-24 09:47:13 +08:00
Abdelrahman Omran 600a6154b4 Automate xdebug installation and simplify instructions (#1630) 2018-06-24 09:46:12 +08:00
Abdelrahman Omran 4673ba7b31 Fix minor typos and clarify few documentation phrases (#1629) 2018-06-24 09:43:54 +08:00
Shao Yu-Lung (Allen) 154249a08f
Merge pull request #1614 from ahkui/postgresql_init_db
add postgres init db
2018-06-22 19:41:58 +08:00
Shao Yu-Lung (Allen) 5bffd43b55
Merge pull request #1505 from Crease29/patch-1
Add COMPOSE_PROJECT_NAME to env-example
2018-06-22 19:34:33 +08:00
Shao Yu-Lung (Allen) 0e9d044c6f
Merge pull request #1606 from ahkui/fix_workspace_no_nasm
fix #1607  workspace no nasm
2018-06-22 18:30:49 +08:00
Shao Yu-Lung (Allen) 21d203da73
Merge pull request #1617 from bestlong/php70-swoole-build-failed
Fix php7.0 swoole build failed.
2018-06-18 22:24:14 +08:00
bestlong a3cbfd71f5 Fix php7.0 swoole build failed. 2018-06-18 21:27:23 +08:00
Shao Yu-Lung (Allen) 33234fd3b5
Merge pull request #1615 from bestlong/php5-drush-segmentation-fault
Fix php5.6 workspace DRUSH "Segmentation fault (core dumped)" error.
2018-06-17 23:29:16 +08:00
bestlong f47e40b262 fix php5.6 DRUSH "Segmentation fault (core dumped)" error. 2018-06-17 23:20:18 +08:00
KUI\ahkui 7199ae5a34 fix wrong example 2018-06-15 23:37:27 +08:00
KUI\ahkui 6caa4c5fb9 fix wrong sql 2018-06-15 23:27:28 +08:00
Shao Yu-Lung (Allen) 3fceba0709
Merge pull request #1608 from elliotleelewis/master
Updated `Kibana` version to match `Elasticsearch` version
2018-06-15 22:22:21 +08:00
KUI\ahkui 75b3fa499e no message 2018-06-15 15:30:45 +08:00
KUI\ahkui 999118b674 update example 2018-06-15 15:27:37 +08:00
KUI\ahkui 4b2c440146 add init database 2018-06-15 04:39:19 +08:00
Elliot Lewis a4d3f9bd77 Updated `Kibana` version to match `Elasticsearch` version 2018-06-12 15:20:14 +01:00
KUI\ahkui 65444d39b6 fix workspace no nasm 2018-06-12 20:15:30 +08:00
Shao Yu-Lung (Allen) 5016e88515
Merge pull request #1602 from bestlong/php5-mssql-ext-install-faile
php5 support MSSQL extension
2018-06-11 16:32:50 +08:00
bestlong e8eb97b398 php5 support MSSQL extension 2018-06-11 14:23:40 +08:00