Skip to content

Files

Latest commit

d58b77e · Jan 6, 2017

History

History
31 lines (22 loc) · 816 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 816 Bytes

Twitter widget

Getting Started

After you have cloned this repo, run this setup script to set up your machine with the necessary dependencies to run and test this app:

% ./bin/setup

It assumes you have a machine equipped with Ruby, Postgres, etc.

Deploying

If you have previously run the ./bin/setup script, you can deploy to staging and production with:

$ ./bin/deploy staging
$ ./bin/deploy production

We currently use the following buildpacks:

Please be sure to configure these buildpacks in the same sequence presented here in both staging and production, or else the deploy will not work.

Running locally

  1. start a redis-server
  2. start the app with foreman start
  3. visit localhost:3000