This updates the Docker setup for development. This was tested on a WSL 2 and Ubuntu setup
More Details
updates the docker compose file
updates the readme for setting up
database config for test
Corresponding Issue
2256
Screenshots
ran db:reset, db:setup, shows that it's working on rails console.
This was done on a WSL 2 setup for Windows Running Ubuntu Linux.
I was able to verify by logging in locally.
Reviewing this pull request? Check out our Code Review Practices guide if you haven't already!
Things to note!
[x] I'm aware that the host, username and password lines on database config was removed for a reason, i'd like to check on why this was needed for tests to run correctly.. if someone can link me up with this issue, that would be great! *based on the CI pipeline results, all tests have passed.
[x] i've updated the wiki installation documentation page
Description
This updates the Docker setup for development. This was tested on a WSL 2 and Ubuntu setup
More Details
Corresponding Issue
2256
Screenshots
ran db:reset, db:setup, shows that it's working on rails console.
This was done on a WSL 2 setup for Windows Running Ubuntu Linux.
I was able to verify by logging in locally.
Reviewing this pull request? Check out our Code Review Practices guide if you haven't already!
Things to note!
[x] I'm aware that the host, username and password lines on database config was removed for a reason, i'd like to check on why this was needed for tests to run correctly.. if someone can link me up with this issue, that would be great! *based on the CI pipeline results, all tests have passed.
[x] i've updated the wiki installation documentation page