Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 2.37 KB

README.md

File metadata and controls

63 lines (42 loc) · 2.37 KB

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.