Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation is limited #1

Open
ronluna opened this issue Nov 20, 2016 · 1 comment
Open

Documentation is limited #1

ronluna opened this issue Nov 20, 2016 · 1 comment
Assignees
Labels

Comments

@ronluna
Copy link

ronluna commented Nov 20, 2016

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?

@m-vellinga
Copy link

Hello Ron Luna,

Thanks for opening this issue.

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.

If you have any further questions let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants