From 40d822d21abdc900394513018ba8f8fe2dac6fc7 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Fri, 19 Jul 2024 15:40:50 +0200 Subject: [PATCH] update docs --- "docs/50_\342\214\250\357\270\217_Usage.md" | 35 +++++++++++---------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git "a/docs/50_\342\214\250\357\270\217_Usage.md" "b/docs/50_\342\214\250\357\270\217_Usage.md" index fb448dc..288934f 100644 --- "a/docs/50_\342\214\250\357\270\217_Usage.md" +++ "b/docs/50_\342\214\250\357\270\217_Usage.md" @@ -12,7 +12,7 @@ There is a menu offerning a key and the description for its action. If an action The script supports command line parameters to use it in scripts. Use `-h` to get a help: ```txt -INITIALIZER FOR DOCKER APP v1.10 +INITIALIZER FOR DOCKER APP v1.12 A helper script written in Bash to bring up a PHP+Mysql application in docker. @@ -35,23 +35,24 @@ MENU KEYS: The same keys can be put as parameter to start this action. You can add multiples keys to apply multiple actions. - g - remove git data of starterkit - i - init application: set permissions - t - generate files from templates - T - remove generated files - - u - startup containers docker-compose ... up -d - U - startup containers docker-compose ... up -d --build - s - shutdown containers docker-compose stop - r - remove containers docker-compose rm -f - - m - more infos - o - open app [my_new_app] http://localhost:8001/ - c - console (bash) - p - console check with php linter - - q - quit + g - remove git data of starterkit + + i - init application: set permissions + t - generate files from templates + T - remove generated files + + u - startup containers docker-compose ... up -d + U - startup containers docker-compose ... up -d --build + s - shutdown containers docker-compose stop + r - remove containers docker-compose rm -f + + m - more infos + o - open app [my_new_app] http://localhost:8001/ + c - console (bash) + p - console check with php linter + + q - quit EXAMPLES: -- GitLab