Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

RHoKAustralia/umbo

Repository files navigation

Umbo

Build Status

Heroku: https://umbo.herokuapp.com/

AWS: http://umbo-env.ar7w6bz2vy.ap-southeast-2.elasticbeanstalk.com/

Random Hacks of Kindness

Requirements:

Ruby 2.5.1 how to install

Rails 5.2.1 how to install

Postgresql how to install

Instructions on how to setup, configure and use your App.

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