Server install

Install the Sakai Dashboard

  1. Download newest version of sdata here: svn sdata.
    svn checkout command
    svn checkout https://source.sakaiproject.org/contrib/tfd/trunk/sdata/
  2. Maven build and deploy the newest sdata.
  3. Download newest version of jcr here: svn jcr
    svn checkout command
    svn checkout https://source.sakaiproject.org/svn/jcr/trunk/
  4. Maven build and deploy the new jcr tool.
  5. Create two folders called: flat and widgets in your tomcat webapps folder. – TODO : provide links to files inside flat and widgets –
  6. Deploy flat and widgets files in the corresponding maps in the tomcat webapps folder. – TODO: detailed instructions –
  7. Change the logout url in sakai.properties file (look for "loggedOutUrl") to this.
    Sakai.properties
    # the URL to send folks to after they logout
       loggedOutUrl=/flat
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Sep 18

    sswinsb2@une.edu.au says:

    There is no trunk of jcr, has something changed here? Also, 2.5.x includes a jcr...

    There is no trunk of jcr, has something changed here? Also, 2.5.x includes a jcr module, is it ok to use that one?

  2. Sep 18

    Kevin Foote says:

    My attempts of using 2.5.x jcr failed when I was installing the flat portal. I ...

    My attempts of using 2.5.x jcr failed when I was installing the flat portal.

    I did this pre kernel move so I have a copy of the afore mentioned trunk/jcr

    Another possibility is getting it here ..

    https://source.caret.cam.ac.uk/camtools/trunk/camtools/jcr/
    (this is set up for a cluster I believe)

    I believe Nicolaas or Ian would be able to say if that would work and or show syntax to get jcr back
    from a pre kernel move state.