...
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 2.6 kernel dependencies are managed by Maven.
Once you have downloaded the code, choose a location to unpack the archive. When unpacked you will see a directory named sakai-src
.
...
SVN
...
Sakai
...
Kernel
...
Trunk
...
2.6 release archive
You can download an archive of sakai-2.7.0 source code:
Archive | URL | checksum | ||||
---|---|---|---|---|---|---|
.tgz | http://source.sakaiproject.org/svn/sakai/trunk/ | Tags | ||||
.zip | http://source.sakaiproject.org/svn/kernel/tags | Branches | https://source.sakaiproject.org/svn/kernel/branchesrelease/2.6.2/artifacts/sakai-src-2.6.2.zip |
2.6 release tags
To checkout a stable release tag issue the following svn command from the terminal:
...