-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Wondering what would be the proper procedure to follow to get vialer up and running.
I have installed docker and ran:
/path/to/vialer-middleware/docs/ci.sh
everything gets installed and tested just fine (No errors reported)
then I tried running:
/path/to/vialer-middleware/deploy/run.sh
/path/to/vialer-middleware/deploy/run.sh mysql localhost 3306
but it fail to connect to the database as there is not database for vialer created ( I was assuming that ci.sh would take care of that.
Is there something that I'm missing?