diff --git a/docs/10_Requirements.md "b/docs/10_\342\234\205_Requirements.md" similarity index 55% rename from docs/10_Requirements.md rename to "docs/10_\342\234\205_Requirements.md" index 41a319e296fa7e068b5365862088300377e77686..af02ac8ecd758a4d9750f2c143e76b3ea8bd8ccc 100644 --- a/docs/10_Requirements.md +++ "b/docs/10_\342\234\205_Requirements.md" @@ -2,3 +2,4 @@ * Bash (tested on Linux only) * Docker Non-root installation - see <https://docs.docker.com/engine/security/rootless/> +* ACL to enable write permissions on web data for Apache httpd in the container container and local user (you) \ No newline at end of file diff --git a/docs/20_Init_a_new_project.md "b/docs/20_\360\237\224\206_Init_a_new_project.md" similarity index 100% rename from docs/20_Init_a_new_project.md rename to "docs/20_\360\237\224\206_Init_a_new_project.md" diff --git a/docs/30_Configuration/10_init.sh.cfg.md "b/docs/30_\342\232\231\357\270\217_Configuration/10_init.sh.cfg.md" similarity index 99% rename from docs/30_Configuration/10_init.sh.cfg.md rename to "docs/30_\342\232\231\357\270\217_Configuration/10_init.sh.cfg.md" index 6f747e41130472670a3cb44756ad5657b39178e1..3990bd6471bcb2dabd7c2e8b30940b926ae31444 100644 --- a/docs/30_Configuration/10_init.sh.cfg.md +++ "b/docs/30_\342\232\231\357\270\217_Configuration/10_init.sh.cfg.md" @@ -3,6 +3,8 @@ This is the main configuration file. Its variables will be used by the templates. You can define your own additional variables to use them in templates too. +❗**It's a MUST to change this file.** + It is a MUST to change * APP_NAME diff --git a/docs/30_Configuration/20_Templates.md "b/docs/30_\342\232\231\357\270\217_Configuration/20_Templates.md" similarity index 97% rename from docs/30_Configuration/20_Templates.md rename to "docs/30_\342\232\231\357\270\217_Configuration/20_Templates.md" index 9cdad7f64fb2abd842ca72ff31cd5db63e70a3e5..366ba2911845734473ace4b958db01acae39d1c7 100644 --- a/docs/30_Configuration/20_Templates.md +++ "b/docs/30_\342\232\231\357\270\217_Configuration/20_Templates.md" @@ -187,11 +187,11 @@ Setup modules and the vhost including rewrites , ... </VirtualHost> ``` -## ✳️ extra-php-config.ini +## ✴️ extra-php-config.ini Custom PHP config file for you additional settings. -✳️ You **SHOULD** change this to setup Mysql database service for your needs. +✴️ You **SHOULD** change this to setup Mysql database service for your needs. ```ini # TARGET: docker/containers/web-server/php/extra-php-config.ini @@ -218,11 +218,11 @@ Custom PHP config file for you additional settings. ; xdebug.idekey="netbeans-xdebug" ``` -## ✳️ my.cnf +## ✴️ my.cnf If you use a Mariadb a 2nd container will be initialized using this my.cnf. -✳️ You **SHOULD** change this to setup Mysql database service for your needs. +✴️ You **SHOULD** change this to setup Mysql database service for your needs. ```ini # TARGET: docker/containers/db-server/mariadb/my.cnf diff --git a/docs/_index.md b/docs/_index.md index 7ad29c8d13510f3c7c3eea3ece2ee8f1a63e1603..6d641effb24faaf35d83b8c31859f2423b3680ad 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -13,7 +13,7 @@ Free software and Open Source from University of Bern :: IML - Institute of Medi This template folder brings up a docker container with a PHP 8.x dev environment with Apache httpd2 + mod_php. -You also can add 2nd container with a Mariadb instance. +It can add an optionally 2nd container with a Mariadb instance.  diff --git a/readme.md b/readme.md index cc35ae79bd819d5d3f651f0f87517ed9383e2d97..a8d3b386f54cd18423506477d8d9b28310d7d552 100755 --- a/readme.md +++ b/readme.md @@ -13,6 +13,6 @@ Free software and Open Source from University of Bern :: IML - Institute of Medi This template folder brings up a docker container with a PHP 8.x dev environment with Apache httpd2 + mod_php. -You also can add 2nd container with a Mariadb instance. +It can add an optionally 2nd container with a Mariadb instance. 