Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • iml-open-source/docker-php-starterkit
1 result
Select Git revision
Show changes
Commits on Source (3)
......@@ -5,8 +5,18 @@
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.
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)
... 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
The script supports command line parameters to use it in scripts. Use `-h` to get a help:
......
......@@ -8,9 +8,8 @@
</div>
</html>
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> \
📜 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 #
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> \
📜 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
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)
... 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