Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-php-starterkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
docker-php-starterkit
Compare revisions
431faf58cfb73bc3d813c8ccc63cc0ea6ad3fa44 to 017285c6c6215dac618f3b9d7bc3e97254b2431d
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
iml-open-source/docker-php-starterkit
Select target project
No results found
017285c6c6215dac618f3b9d7bc3e97254b2431d
Select Git revision
Swap
Target
iml-open-source/docker-php-starterkit
Select target project
iml-open-source/docker-php-starterkit
1 result
431faf58cfb73bc3d813c8ccc63cc0ea6ad3fa44
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
update docs
· 98b5dc7b
Hahn Axel (hahn)
authored
6 months ago
98b5dc7b
update _index.md
· 16b7a46e
Hahn Axel (hahn)
authored
6 months ago
16b7a46e
Merge branch '1.25' into 'master'
· 017285c6
Hahn Axel (hahn)
authored
6 months ago
1.25 See merge request
!26
017285c6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/50_⌨️_Usage.md
+10
-0
10 additions, 0 deletions
docs/50_⌨️_Usage.md
docs/_index.md
+1
-2
1 addition, 2 deletions
docs/_index.md
readme.md
+9
-2
9 additions, 2 deletions
readme.md
with
20 additions
and
4 deletions
docs/50_⌨️_Usage.md
View file @
017285c6
...
...
@@ -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:

... and after starting the container:

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:
...
...
This diff is collapsed.
Click to expand it.
docs/_index.md
View file @
017285c6
...
...
@@ -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/>
This diff is collapsed.
Click to expand it.
readme.md
View file @
017285c6
# 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:

... and after starting the container:

\ No newline at end of file
This diff is collapsed.
Click to expand it.