TODO: Write a description here
TODO: Write installation instructions here
TODO: Write usage instructions here
sentry -b "crystal build ./src/health_checker.cr -o ./bin/health-checker" \
-r "./bin/health-checker" \
--run-args "-c conf/dev.yml"
docker run --rm -it -v $(pwd):/workspace -w /workspace \
crystallang/crystal:latest-alpine \
shards build --production --static
mv bin/health-checker bin/health-checker-linux
- Fork it (https://github.com/martinmares/health-checker/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Martin Mareš - creator and maintainer