Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

sakai-mirror/assignment2

Repository files navigation

Assignments 2

Author

Damian Sobieralski, Steven Githens

Overview

Assignments 2 is a Sakai Module for flexible use of assignments and work in the classroom, and can be used as alternative to the out of the box Assignments module in Sakai.

Important links:

Installation

Compatibility

Compatible with Sakai branches 2.8.x, 2.9.x and 2.10.x/trunk

Prepare Your Environment

MySQL

If you are using MySQL as your backend database for Sakai do verify that you have your collation set to a case sensitive one (say utf8_bin). Many OS distributions of MySQL default the collation to utf_general_ci. Renaming of assignments is a case sensitive thing and we need to make sure that the database is using case sensitive searching.

Tools needed

You will need to have maven2 or 3 installed on your system.

Building for 2.8.x

Use the sakai-2.8.x branch.

Building for 2.9.x

Use the sakai-2.9.x branch.

Building for 2.10.x/trunk

mvn clean install sakai:deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published