Skip to content

kxmbrian/coursemology2

 
 

Repository files navigation

Coursemology Build Status

Code Climate Coverage Status Security Inline docs Slack

Coursemology logo

Coursemology is an open source gamified learning platform that enables educators to increase student engagement and make learning fun.

Setting up Coursemology

System Requirements

  1. Ruby (>= 2.1.0)
  2. Ruby on Rails
  3. PostgreSQL
  4. ImageMagick or GraphicsMagick (For MiniMagick) work)

Coursemology uses Ruby on Rails. This guide written by the awesome people at GoRails should help you to get everything started.

Getting Started

  1. Download bundler to install dependencies

    $ gem install bundler
  2. Install dependencies

    $ bundle install --without ci:production
  3. Create and seed the database

    $ bundle exec rake db:setup
  4. Start the development app server

    $ bundle exec rails server
  5. You're all set! Simply login with the default username and password:

Email: [email protected]

Password: Coursemology!

Found Boogs?

Create an issue on the Github issue tracker or come talk to us over at our Slack channels.

License

Copyright (c) 2015 Coursemology.org. This software is licensed under the MIT License.

About

Rails 4 re-write of Coursemology

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 92.6%
  • HTML 6.9%
  • Other 0.5%