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

Dev: Docker setup #28

Merged
merged 2 commits into from
Mar 20, 2025
Merged

Dev: Docker setup #28

merged 2 commits into from
Mar 20, 2025

Conversation

blocknotes
Copy link
Owner

@blocknotes blocknotes commented Mar 19, 2025

🔧 Docker dev setup

# Run rails server on the dummy app (=> http://localhost:3000 to access to ActiveAdmin):
make up
# Enter in a Rails console (with the dummy app started):
make console
# Enter in a shell (with the dummy app started):
make shell
# Run the linter on the project (with the dummy app started):
make lint
# Run the test suite (with the dummy app started):
make specs
# Remove container and image:
make cleanup
# To try different versions of Ruby/Rails/ActiveAdmin edit docker-compose.yml
# For more commands please check the Makefile

@blocknotes blocknotes self-assigned this Mar 19, 2025
@blocknotes blocknotes force-pushed the dev/docker-setup branch 12 times, most recently from 0f4d866 to 65ac0b5 Compare March 20, 2025 08:47
@blocknotes blocknotes marked this pull request as ready for review March 20, 2025 09:15
@blocknotes blocknotes merged commit c1178af into master Mar 20, 2025
9 checks passed
@blocknotes blocknotes deleted the dev/docker-setup branch March 20, 2025 09:15
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.

1 participant