Empirical-org-Archive / Empirical-Cofactor

Cofactor is our engine for collaboratively developing interactive education.
http://www.empirical.org/cofactor/
GNU Affero General Public License v3.0
3 stars 11 forks source link

Welcome to Empirical Cofactor!

Install

Make sure you are using Ruby 2.1.1 ...

rvm: rvm use 2.1.1 rbenv: rbenv rehash

git clone https://github.com/empirical-org/CoFactor.git
cd cofactor
bundle
rake db:migrate
rails s

Troubleshooting

  1. Can't install 'pg' bundle. Either install postgres brew install postgres or comment out the gem 'pg' line in the Gemfile. CoFactor uses sqlite locally.

UML Diagram

uml diagram