Logo Lanfrica

calblueprint/worldreader

Domain:

education

Record type:

software
Creator:
cal
Host:
Delivering relevant e-books to students in sub-Saharan Africa Worldreader ================ This application allows partners to help Worldreader deliver age-appropriate and culturally relevant e-books to students in sub-Saharan Africa. Who We Are ---------- **Cal Blueprint** is a student-run UC Berkeley organization devoted to matching the skills of its members to our desire to see social good enacted in our community. Each semester, teams of 4-5 students work closely with a non-profit to bring technological solutions to the problems they face every day. Ruby on Rails ------------- This application requires: - Ruby 2.1.3 - Rails 4.1.5 Learn more about Installing Rails. Getting Started --------------- 1. Clone the repo by running `git clone github.com` 2. Install all the necessary gems with `bundle install` 3. Install elasticsearch (on macs it's `brew install elasticsearch`). 4. Start up the elasticsearch server with `elasticsearch -d` 5. Start up mysql server with `mysqld` 6. Migrate the database with `rake db:migrate` 7. Spin up the server with `rails server` 8. Visit `localhost:3000` and checkout the app! Documentation and Support ------------------------- Issues ------------- Similar Projects ---------------- Contributing ------------ Credits ------- License -------