Coursemology is an open source gamified learning platform that enables educators to increase student engagement and make learning fun.
- Ruby (>= 2.1.0)
- Ruby on Rails
- PostgreSQL
- 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.
-
Download bundler to install dependencies
$ gem install bundler
-
Install dependencies
$ bundle install --without ci:production
-
Create and seed the database
$ bundle exec rake db:setup
-
Start the development app server
$ bundle exec rails server
-
You're all set! Simply login with the default username and password:
Email:
test@example.org
Password:
Coursemology!
Create an issue on the Github issue tracker or come talk to us over at our Slack channels.
Copyright (c) 2015 Coursemology.org. This software is licensed under the MIT License.