Skip to content

Instantly share code, notes, and snippets.

@pkarman
Last active November 21, 2018 16:53
Show Gist options
  • Save pkarman/85b8ce9e9c6f513fa083a70ca41c7822 to your computer and use it in GitHub Desktop.
Save pkarman/85b8ce9e9c6f513fa083a70ca41c7822 to your computer and use it in GitHub Desktop.
run:
docker-compose up -d
foreman start
test: clean
bundle exec rake
clean:
rm -f log/test.log
lint:
bundle exec rake lint
check: test lint
logs:
docker-compose logs -f
db:
bundle exec rails dbconsole
update:
git fresh
bundle exec rake db:migrate
.PHONY: test run clean lint check logs
@pkarman
Copy link
Author

pkarman commented Sep 14, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment