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
- Clone this git repository
git clone https://github.com/RHoKAustralia/umbo.git
- Navigate into directory
cd umbo
- Install required gems
bundle install
- Create database, run migrations.
rails db:create
rails db:migrate
- Start the rails server
rails s
- Open web browser and goto http://localhost:3000