RHoKAustralia / umbo

https://www.umbo.com.au/
MIT License
4 stars 1 forks source link

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
  2. Install required gems
    bundle install
  3. Create database, run migrations.
    rails db:create
    rails db:migrate
  4. Start the rails server
    rails s
  5. Open web browser and goto http://localhost:3000