Improved db assembler, now can create DBs

This commit is contained in:
Yehonal
2017-09-21 17:04:08 +02:00
parent 8ad3c15d63
commit afebf1a1ca
6 changed files with 118 additions and 28 deletions

View File

@@ -0,0 +1,16 @@
## How to use:
First of all, if you need some custom configuration you have to copy and rename
/conf/config.sh.dist in /conf/config.sh and configure it
db_assembler.sh script contains an interactive menu to assemble and import sql files.
Just run it to display the options.
Note: You can even use actions directly by command lines specifying the option.
Ex:
./db_assembler.sh 1
It will start the assemble process of all sql files.