- HTTP Health Checking
- Ping/ICMP Health Checks
- Custom Status Codes
- Slack Notifications
- Multi-User / Multi-Tenant
There are no dependencies except having Docker and Docker-Compose installed.
$ git clone https://github.com/allistera/juno.git
$ cd juno
$ docker-compose up
The first time Juno is ran you will need to create an administrator account:
$ docker exec -d juno bundle exec rake user:create_admin[Joe,[email protected],Password,Organisation]
Replacing the Name, Email Address, Password and Organisation with your own.
Once all the services have started browse to http://localhost:5000 and login.
Feel free to open a pull request or issue report. Please include tests and keep an eye on code coverage and rubocop.