Heroku: https://umbo.herokuapp.com/
AWS: http://umbo-env.ar7w6bz2vy.ap-southeast-2.elasticbeanstalk.com/
Ruby 2.5.1 how to install
Rails 5.2.1 how to install
Postgresql how to install
git clone https://github.com/RHoKAustralia/umbo.git
cd umbo
bundle install
rails db:create
rails db:migrate
rails s