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

Merge branch '1.25' into 'master'

1.25

See merge request !26
parents 431faf58 16b7a46e
Branches
No related tags found
1 merge request!261.25
...@@ -5,8 +5,18 @@ ...@@ -5,8 +5,18 @@
If you simply start the init.sh then you get an interactive mode. If you simply start the init.sh then you get an interactive mode.
There is a menu offerning a key and the description for its action. If an action is finished you get the menu again. There is a menu offerning a key and the description for its action. If an action is finished you get the menu again.
In dependency of the status - a template was changed or if containers are running - the menu shows possible options.
If the container is not running:
![Main menu](images/main_menu.png) ![Main menu](images/main_menu.png)
... and after starting the container:
![Main menu when the web container is running](images/main_menu_running_web.png)
If the database container is running you get additional items to dump/ restore databases and the mysql client.
### Command line parameters ### Command line parameters
The script supports command line parameters to use it in scripts. Use `-h` to get a help: The script supports command line parameters to use it in scripts. Use `-h` to get a help:
......
...@@ -8,9 +8,8 @@ ...@@ -8,9 +8,8 @@
</div> </div>
</html> </html>
Free software and Open Source from University of Bern :: IML - Institute of Medical Education Free software and Open Source from University of Bern :: IML - Institute of Medical Education
📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/docker-php-starterkit> \ 📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/docker-php-starterkit> \
📜 License: GNU GPL 3.0 \ 📜 License: GNU GPL 3.0 \
📖 Docs: <https://os-docs.iml.unibe.ch/docker-php-starterkit/> 📗 Docs: <https://os-docs.iml.unibe.ch/docker-php-starterkit/>
# Docker starter kit # # Docker starter kit #
Free software and Open Source from University of Bern :: IML - Institute of Medical Education Free software and Open Source from University of Bern :: IML - Institute of Medical Education
📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/docker-php-starterkit> \ 📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/docker-php-starterkit> \
📜 License: GNU GPL 3.0 \ 📜 License: GNU GPL 3.0 \
📖 Docs: <https://os-docs.iml.unibe.ch/docker-php-starterkit/> 📗 Docs: <https://os-docs.iml.unibe.ch/docker-php-starterkit/>
- - - - - -
...@@ -15,4 +14,12 @@ This template folder brings up a docker container with a PHP 8.x dev environment ...@@ -15,4 +14,12 @@ This template folder brings up a docker container with a PHP 8.x dev environment
It can add an optionally 2nd container with a Mariadb instance. It can add an optionally 2nd container with a Mariadb instance.
In dependency of the status - a template was changed or if containers are running - the menu shows possible options.
If the container is not running:
![Main menu](docs/images/main_menu.png) ![Main menu](docs/images/main_menu.png)
... and after starting the container:
![Main menu when the web container is running](docs/images/main_menu_running_web.png)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment