esasse / bundler-api

Bundler 1.1+ API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Climate Build Status

bundler-api

Getting Started

Run script/setup to create and migrate the database specified in the $DATABASE_URL environment variable.

Environment

The default environment is stored in .env. Override any of the settings found there by creating a .env.local file.

Production Databases

  • AMBER: The primary database, set to DATABASE_URL. Writes from web and update processes go here. It is also the FOLLOW_DATABASE_URL, so reads come from it as well.

About

Bundler 1.1+ API


Languages

Language:Ruby 99.5%Language:Perl 0.3%Language:Shell 0.2%