diff --git a/.devilbox/www/config.php b/.devilbox/www/config.php
index 0f5cf1bc..dadaa6e3 100644
--- a/.devilbox/www/config.php
+++ b/.devilbox/www/config.php
@@ -13,8 +13,8 @@ error_reporting(-1);
putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
-$DEVILBOX_VERSION = 'v1.0.1';
-$DEVILBOX_DATE = '2019-04-27';
+$DEVILBOX_VERSION = 'v1.0.2';
+$DEVILBOX_DATE = '2019-05-21';
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
//
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb6fe396..d5c8accf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,19 +5,26 @@ major versions.
-## [Unreleased]
+## Bugfix Release v1.0.2 (2019-05-21)
#### Fixed
- Fixed various typos in documentation
- Fix CI tests: They still expected a mounted mail directory instead of a Docker volume
- Fix mods for PHP 8.0
+- Make npm binaries available in $PATH
- Remove orphaned mentions of HOST_PATH_MYSQL_DATADIR
+- Allow symlinks in autostart scripts
#### Added
- Documentation: Setup ProcessWire
- Tool: Angular CLI
- Tool: Laravel Lumen
+- Tool: [prestissimo](https://github.com/hirak/prestissimo)
+- Tool: [yq](https://github.com/mikefarah/yq)
+- Module: OAuth
+#### Removed
+- Enchant module for PHP 7.4 and PHP 8.0 (build breaks)
## Bugfix Release v1.0.1 (2019-03-24)
diff --git a/README.md b/README.md
index 329fb4f7..371607b3 100644
--- a/README.md
+++ b/README.md
@@ -48,31 +48,34 @@ Furthermore, the Devilbox provides an **identical** and **reproducible developme
* [Docker Engine 1.12.0+](https://docs.docker.com/compose/compose-file/compose-versioning/#version-21)
* [Docker Compose 1.9.0+](https://docs.docker.com/compose/compose-file/compose-versioning/#version-21)
-**Important**
-
-Before updating the Devilbox ensure to always check for breaking changes until the stable release is out:
-
-1. [Forum: Announcements](https://devilbox.discourse.group/c/announcements)
-2. [Changelog](CHANGELOG.md)
-3. [Updating](UPDATING.md)
-
## Architecture
+#### Available Stacks
+
The Devilbox aims to be a swiss army knife for local development by providing you all the services
you would ever need. To get an idea about the architecture behind it and to also see what's available
have a look at the following diagrams and tables.
-#### Smallest Stack
-This is the smallest possible and fully functional stack you can run:
-
-
-
-> [Devilbox artwork](https://github.com/devilbox/artwork)
-
-#### Full Stack
-To better understand what is actually possible have a look at the full example:
-
-
+
+
+
+ Smallest stack
+ This is the smallest possible and fully functional stack you can run
+ |
+
+ Full stack
+ To better understand what is actually possible have a look at the full example
+ |
+
+
+
+
+ |
+
+
+ |
+
+
> [Devilbox artwork](https://github.com/devilbox/artwork)
@@ -106,9 +109,10 @@ simplify your every-day life. If you ever run into any unforseen issues, feel fr
@@ -151,15 +161,15 @@ simplify your every-day life. If you ever run into any unforseen issues, feel fr
- # Get the Devilbox
-$ git clone https://github.com/cytopia/devilbox
-# Create docker-compose environment file
-$ cd devilbox
-$ cp env-example .env
-# Edit your configuration
-$ vim .env
-# Start all container
-$ docker-compose up
+# Get the Devilbox
+git clone https://github.com/cytopia/devilbox
+# Create docker-compose environment file
+cd devilbox
+cp env-example .env
+# Edit your configuration
+vim .env
+# Start all container
+docker-compose up
|
1. Clone https://github.com/cytopia/devilbox to C:\devilbox with Git for Windows
@@ -183,7 +193,7 @@ C:\devilbox> docker-compose up
The above will start all containers, you can however also just start the containers you actually need. This is achieved by simply specifying them in the docker-compose command.
```bash
-$ docker-compose up httpd php mysql redis
+docker-compose up httpd php mysql redis
```
> **Documentation:**
> [Start only some container](https://devilbox.readthedocs.io/en/latest/getting-started/start-the-devilbox.html#start-some-container)
@@ -345,10 +355,9 @@ Every single attachable container comes with many different versions. In order t
|
-[1] PHP 5.2 is available to use, but it is not officially supported. The Devilbox intranet does not work with this version as PHP 5.2 does not support namespaces.
-Furthermore PHP 5.2 does only work with Apache 2.4, Nginx stable and Nginx mainline. It does not work with Apache 2.2. Use at your own risk.
+[1] PHP 5.2 is available to use, but it is not officially supported. The Devilbox intranet does not work with this version as PHP 5.2 does not support namespaces. Furthermore PHP 5.2 does only work with Apache 2.4, Nginx stable and Nginx mainline. It does not work with Apache 2.2. Use at your own risk.
-[2] PHP 7.4 and PHP 8.0 are upcoming unreleased versions of PHP, which are directly built out of their [official git branches](https://github.com/php/php-src/) every night to assure you will leverage their latest features.
+[2] PHP 7.4 and PHP 8.0 are upcoming unreleased versions of PHP, which are directly built out of their [official git branches](https://github.com/php/php-src/) every night to assure you will leverage their latest features.
> **Documentation:**
> [Change container versions](https://devilbox.readthedocs.io/en/latest/getting-started/change-container-versions.html)
@@ -433,12 +442,12 @@ Navigate the the Devilbox directory and type the below listed command:
- host> ./shell.sh
-devilbox@php-7.0.19 in /shared/httpd $
+host> ./shell.sh
+devilbox@php-7.0.19 in /shared/httpd $
|
- C:\devilbox> shell.bat
-devilbox@php-7.0.19 in /shared/httpd $
+C:\devilbox> shell.bat
+devilbox@php-7.0.19 in /shared/httpd $
|
@@ -526,6 +535,10 @@ The Devilbox has everything setup for you. The only thing you will have to insta
:star: Xdebug |
Xdebug and a full blown PHP-FPM server is ready to serve. |
+
+ :star: Devilbox Flames |
+ Devilbox community plugins a.k.a. Devilbox Flames. |
+
:star: Many more |
See Documentation for all available features. |
@@ -700,7 +713,7 @@ The Devilbox is a development stack, so it is made sure that a lot of PHP module
| date | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| dba | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 |
| dom | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
-| enchant | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 |
+| enchant | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | | |
| ereg | | ✔ | ✔ | ✔ | ✔ | | | | | | |
| exif | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 |
| FFI | | | | | | | | | | 🗸 | 🗸 |
@@ -732,6 +745,7 @@ The Devilbox is a development stack, so it is made sure that a lot of PHP module
| mysql | ✔ | ✔ | 🗸 | 🗸 | 🗸 | | | | | | |
| mysqli | ✔ | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 |
| mysqlnd | | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
+| OAuth | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | | |
| oci8 | | d | d | d | d | d | d | d | d | d | d |
| openssl | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| pcntl | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 |
diff --git a/docker-compose.yml b/docker-compose.yml
index ceb2d587..1d4917a4 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -95,7 +95,7 @@ services:
# PHP
# ------------------------------------------------------------
php:
- image: devilbox/php-fpm:${PHP_SERVER}-work-0.87
+ image: devilbox/php-fpm:${PHP_SERVER}-work-0.88
hostname: php
##
diff --git a/docs/_includes/links/tools.rst b/docs/_includes/links/tools.rst
index 20adea97..f526b131 100644
--- a/docs/_includes/links/tools.rst
+++ b/docs/_includes/links/tools.rst
@@ -273,6 +273,12 @@
Yarn
+.. |ext_lnk_tool_yq| raw:: html
+
+
+ yq
+
+
.. |ext_lnk_tool_github_issues| raw:: html
diff --git a/docs/readings/available-tools.rst b/docs/readings/available-tools.rst
index e50b4141..92b8ba37 100644
--- a/docs/readings/available-tools.rst
+++ b/docs/readings/available-tools.rst
@@ -105,6 +105,8 @@ The PHP container is your workhorse and these are your tools:
+----------------------+---------------------------------------+
| ``yarn`` | |ext_lnk_tool_yarn| |
+----------------------+---------------------------------------+
+| ``yq`` | |ext_lnk_tool_yq| |
++----------------------+---------------------------------------+
.. note::
If you are in need of other tools, open up an issue at |ext_lnk_tool_github_issues|