Skip to content
Snippets Groups Projects

Shellfixes

Merged Hahn Axel (hahn) requested to merge shellfixes into master
1 file
+ 18
17
Compare changes
  • Side-by-side
  • Inline
+ 18
17
@@ -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:
Loading