Skip to content

CodeTheory - enables a user to input and track blood glucose readings and view reports on those readings

Notifications You must be signed in to change notification settings

pweisensee/Sweety

Repository files navigation

Sweety

Code Climate

CodeTheory - a simple web application which enables a user to input and track blood glucose readings and view reports on those readings.

alt text

Development Environment

  • OS: Ubuntu 15.10 (64-bit)
  • IDE: RubyMine 2016.1

##Installation

  1. Running a fresh install of Ubuntu 15.10

  2. Install some dependencies for Ruby:

    sudo apt-get update

    sudo apt-get install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties libffi-dev

  3. Install Ruby via rbenv:

  4. Install Bundler gem:

    • gem install bundler
  5. Install NodeJS version 4

  6. Configure Git

    • git config --global color.ui true
    • git config --global user.name "NAME"
    • git config --global user.email "YOUR@EMAIL.com"
    • ssh-keygen -t rsa -C "YOUR@EMAIL.com"
  7. Install Rails version 4:

    • gem install rails -v 4.2.4

    • rbenv rehash

Running locally

  1. Download/extract

  2. Navigate to directory

  3. Run to setup database:

    • 'rake db:create'
    • 'rake db:migrate'
    • 'rake db:seed' (optional)
  4. Run 'rails s'

  5. Open http://localhost:3000/

  6. Seeded Login credentials (optional):

About

CodeTheory - enables a user to input and track blood glucose readings and view reports on those readings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published