Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Current »

1.0 Get the Sakai source code

Sakai source code can also be checked out anonymously from our SVN repository. The latest development work is located in /trunk; stable releases can be found in /tags while maintenance and other work is performed in /branches.

Starting with Sakai 2.6, Sakai common services (e.g., authz, content, event, site, tool, user, etc.) have been repackaged and refactored as the Sakai Kernel (K1). In most cases, you will never have to check out the kernel manually as Sakai kernel dependencies are managed by Maven.

2.9 release archive

You can download an archive of Sakai source code:

2.9 release tag

To checkout a stable release tag issue the following svn command from the terminal:

svn co https://source.sakaiproject.org/svn/sakai/tags/sakai-2.9.3/ sakai-2.9.3

2-9-x maintenance branch

The latest bug fixes for a particular release can be found in our maintenance branches. Please note that certain maintenance branch fixes require database schema changes. You can check out the maintenance branch by issuing the following command from the terminal:

svn co https://source.sakaiproject.org/svn/sakai/branches/sakai-2.9.x/ sakai-2.9.x

2.0 Verify/Install Java 1.6

2.1 Set Java environment variables

3.0 Install Subversion 1.6 or later 

3.1 Set Subversion environment variables

4.0 Install Maven 3.0 or later

4.1 Set Maven environment variables

 

5.0 Install Tomcat 7 

 

 

6.0 Configure Sakai

6.1 Default database support (HSQLDB)

7.0 Build, deploy and start up Sakai in Tomcat

7.1 Start/Stop Tomcat

8.0 Explore Sakai

  • No labels