Skip to content

thiagoa/twitter_widget

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published