Skip to content
/ sakai Public
forked from sakaiproject/sakai

Sakai is a freely available, feature-rich technology solution for learning, teaching, research and collaboration. Sakai is an open source software suite developed by a diverse and global adopter community.

License

Notifications You must be signed in to change notification settings

yuyilin/sakai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eacb494 · Feb 18, 2015
Jan 22, 2015
Jan 22, 2015
Jan 23, 2015
Jan 22, 2015
Feb 12, 2015
Jan 22, 2015
Jan 27, 2015
Jan 30, 2015
Feb 4, 2015
Jan 22, 2015
Dec 29, 2014
Feb 4, 2015
Sep 17, 2014
Jan 24, 2015
Feb 18, 2014
Feb 10, 2015
Jan 22, 2015
Jan 16, 2015
Jan 12, 2015
Jan 26, 2015
Jan 22, 2015
Jan 28, 2015
Jan 22, 2015
Feb 11, 2015
Jan 22, 2015
May 29, 2014
Jan 22, 2015
Jan 22, 2015
Feb 11, 2015
Feb 11, 2015
Jan 22, 2015
Jan 22, 2015
Jan 22, 2015
Feb 9, 2015
Jan 22, 2015
Jan 26, 2015
Feb 13, 2015
Jun 25, 2014
Jan 22, 2015
Feb 11, 2015
Jan 22, 2015
Jan 22, 2015
Jan 22, 2015
Feb 12, 2015
Oct 17, 2014
Feb 13, 2015
Jan 22, 2015
Mar 6, 2014
Jan 23, 2015
Jan 23, 2015
Feb 18, 2015
Jan 28, 2015
Jan 22, 2015
Jan 22, 2015
Feb 3, 2015
Feb 8, 2015
Jan 26, 2015
Jan 27, 2015
Jan 22, 2015
Dec 18, 2014
Dec 18, 2014
Jan 22, 2015
Feb 9, 2015
Dec 18, 2014
Jan 22, 2015
Jan 22, 2015
Jan 22, 2015
Jan 5, 2015
Dec 29, 2014
Jan 20, 2015
Feb 9, 2015
Jun 25, 2013
Feb 13, 2014
Feb 9, 2015
Jan 22, 2015

Repository files navigation

Sakai CLE

This is the source code for the Sakai CLE.

Building

Build Status

To build Sakai you need Java 1.7 and Maven 3.2. Once you have clone a copy of this repository you can build it by running:

mvn install

Running

Sakai runs on Apache Tomcat 7. Download the latest version from http://tomcat.apache.org and extract the archive. Note: Sakai does not work with Tomcat installed via a package from apt-get, yum or other package managers.

You must configure Tomcat according to the instructions on this page: https://confluence.sakaiproject.org/display/BOOT/Install+Tomcat+7

When you are done, deploy Sakai to Tomcat:

mvn clean install sakai:deploy -Dmaven.tomcat.home=/path/to/your/tomcat

Now start Tomcat:

cd /path/to/your/tomcat/bin
./startup.sh && tail -f ../logs.catalina.out

Once Sakai has started up (it usually takes around 30 seconds), open your browser and navigate to http://localhost:8080/portal

Licensing

Sakai is licensed under the Educational Community License version 2.0

Sakai is an Apereo Foundation project and follows the Foundation's guidelines and requirements for Contributor License Agreements.

Contributing

To contribute to the Sakai project please follow the workflow on: https://confluence.sakaiproject.org/display/SAKDEV/Git+Setup

Bugs

For filing bugs against Sakai please use our Jira instance: https://jira.sakaiproject.org/

Nightly servers

For testing out the latest builds go to the nightly server page

Get in touch

If you have any questions, please join the Sakai developer mailing list: http://collab.sakaiproject.org/mailman/listinfo/sakai-dev

About

Sakai is a freely available, feature-rich technology solution for learning, teaching, research and collaboration. Sakai is an open source software suite developed by a diverse and global adopter community.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 69.0%
  • JavaScript 14.2%
  • HTML 8.1%
  • PLSQL 3.4%
  • CSS 3.0%
  • PHP 1.4%
  • Other 0.9%