Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 808 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 808 Bytes

Built for Low Country Open Land Trust

Let the angel keep the change

alt text

Prerequisites:

Make sure you have installed the following

Rails 3.2.14
Ruby 9.2
MongoDB

Installation:

Install the required gems:

$ bundle install

Seed data:

$ rake db:seed

Set the required AWS and Stripe environment variables:

$ export access_key_id="Your Access Key"
$ export secret_access_key="Secret Access Key"

$ export stripe_publishable_key=" ... "
$ export stripe_secret_key=" ... "

Start the Server

$ rails server