You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project can be ran with docker-compose. In the root folder execute the following commands:
docker-compose build docker-compose up
After that it still needs some configuration for which we will create the documentation. Keep in mind though that this project (in it's current state) will never work as a drop in solution. The source-code is open to give insight on how we solved some problems and contains code that only will work in our situation.
I will add some documentation to the roadmap on what code to remove/adjust to make it a solid base that can be used by anyone.
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?
The text was updated successfully, but these errors were encountered: