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

update docs

parent b4cf1cb6
Branches
No related tags found
1 merge request!11Shellfixes
...@@ -12,7 +12,7 @@ There is a menu offerning a key and the description for its action. If an action ...@@ -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: The script supports command line parameters to use it in scripts. Use `-h` to get a help:
```txt ```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. A helper script written in Bash to bring up a PHP+Mysql application in docker.
...@@ -35,23 +35,24 @@ MENU KEYS: ...@@ -35,23 +35,24 @@ MENU KEYS:
The same keys can be put as parameter to start this action. The same keys can be put as parameter to start this action.
You can add multiples keys to apply multiple actions. You can add multiples keys to apply multiple actions.
g - remove git data of starterkit
i - init application: set permissions g - remove git data of starterkit
t - generate files from templates
T - remove generated files i - init application: set permissions
t - generate files from templates
u - startup containers docker-compose ... up -d T - remove generated files
U - startup containers docker-compose ... up -d --build
s - shutdown containers docker-compose stop u - startup containers docker-compose ... up -d
r - remove containers docker-compose rm -f U - startup containers docker-compose ... up -d --build
s - shutdown containers docker-compose stop
m - more infos r - remove containers docker-compose rm -f
o - open app [my_new_app] http://localhost:8001/
c - console (bash) m - more infos
p - console check with php linter o - open app [my_new_app] http://localhost:8001/
c - console (bash)
q - quit p - console check with php linter
q - quit
EXAMPLES: EXAMPLES:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment