Install the Sakai Dashboard
- Download newest version of sdata here: svn sdata.
svn checkout command
svn checkout https://source.sakaiproject.org/contrib/tfd/trunk/sdata/ - Maven build and deploy the newest sdata.
- Download newest version of jcr here: svn jcr
svn checkout command
svn checkout https://source.sakaiproject.org/svn/jcr/trunk/ - Maven build and deploy the new jcr tool.
- Create two folders called: flat and widgets in your tomcat webapps folder. – TODO : provide links to files inside flat and widgets –
- Deploy flat and widgets files in the corresponding maps in the tomcat webapps folder. – TODO: detailed instructions –
- 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
Comments (2)
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?
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.