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

Feature/docker #112

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Feature/docker #112

wants to merge 7 commits into from

Conversation

enriquecidok
Copy link

Description

Adds a docker compose yml for first timers, as they will only have to install docker and docker compose.
Same as #105, but since the tests use encrypted environment variables in travis, had to reopen it in a branch in the same repo :/

Tests

I only checked if the site is up and running after the setup. A exception was raised when I tried making a donation, but I didn't set any configs regarding the payment gateway.

Other

Not sure what's up with the generated migration, but since it's a migration, I just added it.

@enriquecidok enriquecidok force-pushed the feature/docker branch 5 times, most recently from a8aae39 to 8f00447 Compare June 3, 2018 17:39
@enriquecidok
Copy link
Author

enriquecidok commented Jun 3, 2018

@fernandosjp after some hours debugging, I found what was going on with all the 'missing admin role' - I forgot to include some variables for the postgres service to create said role :P . Should be working now.

In other news, I'm trying to dockerize the tests and also run them in the travis process (also inside docker), but it seem to be throwing exceptions when calling the konduto API ith status code 400. Since I don't have access to the api key, could you share some light here?
Still talking about travis, what's the coverage command doing and where does it come from?

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

Successfully merging this pull request may close these issues.

2 participants