Skip to content
Snippets Groups Projects

1.25

Merged Hahn Axel (hahn) requested to merge 1.25 into master
2 files
+ 19
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 10
0
@@ -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:
Loading