Document upload and annotation.
TODO
Dependencies:
- Ruby 2.2.0 (rbenv recommended)
- Bundler:
gem install bundler
-
Install the bundle:
cd mylivenotes/ bundle install
-
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"
-
-
Start the development server:
bin/rails server
Add the Heroku remote:
git remote add heroku git@heroku.com:exemplary.git
The site is live at https://exemplary.io