Skip to content
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.

Playground for a country-based UI into global voices content (built with Rails)

Notifications You must be signed in to change notification settings

rahulbot/GV-GetToKnow-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails Example - Get To Know : Global Voices

Small example Rails applicaton for the MAS.s60 course.

Installation

Make sure you have Ruby 1.9 or higher installed (with RubyGems, the package manager).

Then make sure you have bundler installed:

gem install bundler

Then use that to install all the dependencies listed in the Gemfile:

bundle install

Then create the database and import the Global Voices path data:

rake db:migrate
rake gv:import

Use

Run the local rails server and then hit your http://localhost:5000/

rails server

About

Playground for a country-based UI into global voices content (built with Rails)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published