Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

unhaltable/exemplary

Repository files navigation

exemplary

Document upload and annotation.

Code Climate Test Coverage

Overview

TODO

Development

Dependencies:

  • Ruby 2.2.0 (rbenv recommended)
  • Bundler: gem install bundler
  1. Install the bundle:

    cd mylivenotes/
    bundle install
  2. Set up PostgreSQL:

    • On OS X, Postgres.app is recommended.

    • For other platforms, see PostgreSQL downloads

    • Set $DATABASE_URL in your environment:

      export DATABASE_URL="postgres://localhost/mylivenotes_development"

      (Tip: use autoenv or an IDE to set this automatically)

  3. Start the development server:

    bin/rails server

Deploying to production

Add the Heroku remote:

git remote add heroku git@heroku.com:exemplary.git

The site is live at https://exemplary.io