This commit is contained in:
cytopia 2018-03-25 12:29:27 +02:00
parent a621d4b6f7
commit f6ac5fc776
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
6 changed files with 10 additions and 29 deletions

4
.gitignore vendored
View File

@ -45,7 +45,7 @@
/cfg/php-fpm-7.0/*.ini
/cfg/php-fpm-7.1/*.ini
/cfg/php-fpm-7.2/*.ini
/cfg/hhvm-latest/*.ini
#/cfg/hhvm-latest/*.ini
# Ignore custom PHP-FPM modules
/mod/php-fpm-5.4/*.so
@ -54,7 +54,7 @@
/mod/php-fpm-7.0/*.so
/mod/php-fpm-7.1/*.so
/mod/php-fpm-7.2/*.so
/mod/hhvm-latest/*.so
#/mod/hhvm-latest/*.so
# Ignore custom bash and other confi files
/bash/*

View File

@ -19,8 +19,13 @@
The devilbox is a modern and highly customisable **dockerized PHP stack** supporting full **LAMP** and **MEAN** and running on all major platforms. The main goal is to easily switch and combine any version required for local development. It supports an unlimited number of projects for which vhosts and DNS records are created automatically. Email catch-all and popular development tools will be at your service as well. Configuration is not necessary, as everything is pre-setup with mass virtual hosting.
**Requirements**
![Linux](https://raw.githubusercontent.com/cytopia/icons/master/64x64/linux.png) ![Windows](https://raw.githubusercontent.com/cytopia/icons/master/64x64/windows.png) ![OSX](https://raw.githubusercontent.com/cytopia/icons/master/64x64/osx.png)
* [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)
## Community
@ -264,7 +269,7 @@ The devilbox has everything setup for you. The only thing you will have to insta
</tr>
<tr>
<td>:star: Xdebug</td>
<td>Xdebug and a full blown PHP-FPM/HHVM server is ready to serve.</td>
<td>Xdebug and a full blown PHP-FPM server is ready to serve.</td>
</tr>
<tr>
<td>:star: Many more</td>
@ -346,7 +351,7 @@ The devilbox is a development stack, so it is made sure that a lot of PHP module
#### Custom PHP Modules
You can also copy any custom modules into `mod/(php-fpm|hhvm)-<VERSION>` and add a custom `*.ini` file to load them.
You can also copy any custom modules into `mod/(php-fpm)-<VERSION>` and add a custom `*.ini` file to load them.
#### Supported Frameworks

View File

@ -1,24 +0,0 @@
; Use PHP 5.6 or PHP 7 mode for HHVM
; PHP 5.6 Mode
hhvm.php7.all = 0
; PHP 7 Mode (default)
;hhvm.php7.all = 1
[PHP]
; Memory
memory_limit = 4096M
; Timeouts
max_execution_time = 180
max_input_time = 180
; Uploads
post_max_size = 1990M
upload_max_filesize = 1990M
; Vars
max_input_vars = 8000
; Error reporting
error_reporting = E_ALL
display_errors = On
track_errors = On

View File

@ -4,4 +4,4 @@
Enable Auto-DNS
***************
asdasd
Todo