openstax / biglearn-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Biglearn API server

Installation

  1. Install PostgreSQL

  2. Configure PostgreSQL so your user can connect as a superuser

  3. Install rbenv and ruby-build

  4. rbenv install 2.3.1

  5. gem install bundler

  6. bundle install

  7. rake db:setup and RAILS_ENV=test rake db:setup

  8. rake to run tests

About

License:GNU Affero General Public License v3.0


Languages

Language:Ruby 98.4%Language:HTML 1.2%Language:CSS 0.2%Language:JavaScript 0.2%Language:SQLPL 0.1%