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

Latest commit

 

History

History
34 lines (26 loc) · 2.18 KB

README.md

File metadata and controls

34 lines (26 loc) · 2.18 KB

Welcome to BMI

BMI is a body mass index tracker application written in Ruby on Rails. It is licenced under the GPLv3. See licence File provided in the same directory for details.

Prerequisites

  • A working Ruby On Rails environment and access to a running SMTP server

Getting Started

  1. Copy config/database.yml.orig to config/database.yml and modify it according to your settings.
  2. bundle install and rake db:migrate as usual.
  3. Modify config/environment.rb and set the name of you SMTP-Server.
  4. Start the application and register your admin's email address.
  5. An email will be sent to this address, click on link and register yourself.
  6. The first (and only the first) user created will have admin privileges automatically.
  7. Have fun!

Libraries used

The gems used can be found in the Gemfile, but I want to thank the current project leads for maintaining them explicitely: