Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

All examples are Linux command line examples

Sakai 2.1.2 and prior

\

Get the Sakai source

Check out the Sakai source from the subversion repository. Refer to the documentation for the Sakai release. The lastest Sakai release docs are here http://www.sakaiproject.org/release

Code Block
titleSakai subversion checkout
svn co https://source.sakaiproject.org/svn/tags/sakai_2-1-2/

\

Get the SCORM Tool source

...

Note

Up to the point in time when the above 2-1-2 tag for the SCORM Tool is created, you can use

Code Block
svn co https://source.sakaiproject.org/contrib/scorm/runtime_tool/trunk/ scormrte

...

Modify the svn property for the Sakai source root to include the SCORM Tool source

...