Skip to content

Proof of concept for using the Bluemix service "Insights for Twitter" with a Rails application

Notifications You must be signed in to change notification settings

brianfalah/insights-for-twitter-poc

Repository files navigation

Ruby on Rails Starter Overview

The Ruby on Rails Starter demonstrates a simple, reusable Ruby web application based on the Rails framework.

Run the app locally

  1. Install Ruby
  2. Download and extract the starter code from the Bluemix UI
  3. cd into the app directory
  4. Run gem install bundler to install bundler
  5. Run bundler install to install app dependencies
  6. Run rails server
  7. Access the running app in a browser at http://localhost:3000

Decomposition Instructions

The command rails new <app name> is used to create the files and folders that make up the structure of a Rails application. They are described in the Getting Started with Rails guide.

About

Proof of concept for using the Bluemix service "Insights for Twitter" with a Rails application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published