Skip to content
Snippets Groups Projects
Commit c2711739 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update docs

parent 553c7461
No related branches found
No related tags found
No related merge requests found
...@@ -2,3 +2,4 @@ ...@@ -2,3 +2,4 @@
* Bash (tested on Linux only) * Bash (tested on Linux only)
* Docker Non-root installation - see <https://docs.docker.com/engine/security/rootless/> * 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
File moved
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
This is the main configuration file. 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. 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 It is a MUST to change
* APP_NAME * APP_NAME
......
...@@ -187,11 +187,11 @@ Setup modules and the vhost including rewrites , ... ...@@ -187,11 +187,11 @@ Setup modules and the vhost including rewrites , ...
</VirtualHost> </VirtualHost>
``` ```
## ️ extra-php-config.ini ## ️ extra-php-config.ini
Custom PHP config file for you additional settings. 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 ```ini
# TARGET: docker/containers/web-server/php/extra-php-config.ini # TARGET: docker/containers/web-server/php/extra-php-config.ini
...@@ -218,11 +218,11 @@ Custom PHP config file for you additional settings. ...@@ -218,11 +218,11 @@ Custom PHP config file for you additional settings.
; xdebug.idekey="netbeans-xdebug" ; xdebug.idekey="netbeans-xdebug"
``` ```
## ️ my.cnf ## ️ my.cnf
If you use a Mariadb a 2nd container will be initialized using this 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 ```ini
# TARGET: docker/containers/db-server/mariadb/my.cnf # TARGET: docker/containers/db-server/mariadb/my.cnf
......
...@@ -13,7 +13,7 @@ Free software and Open Source from University of Bern :: IML - Institute of Medi ...@@ -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. 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.
![Main menu](images/main_menu.png) ![Main menu](images/main_menu.png)
......
...@@ -13,6 +13,6 @@ Free software and Open Source from University of Bern :: IML - Institute of Medi ...@@ -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. 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.
![Main menu](docs/images/main_menu.png) ![Main menu](docs/images/main_menu.png)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment