[Using Sakai] Creating semesters

Sean Keesler sean.keesler at threecanoes.com
Wed Aug 19 14:09:11 PDT 2009


You'll need to populate the CM_ACADEMIC_SESSION_T table with rows for
each semester. Out of the box the table is empty and there is no UI to
do it...you need to use SQL.

Starting sakai with -Dsakai.demo=true will populate the table with
"demo" data so you'll have some sense of what it looks like.
Here is a SQL dump of a test instance I am using...

INSERT INTO `CM_ACADEMIC_SESSION_T ` VALUES
(1,1,'','2008-12-08','','2008-12-08','Fall_2008','FAll 2008','Fall
2008\nsemester','2008-09-01','2008-12-31',''),(2,1,'','2008-12-09','','2008-12-09','Spring_2009','Spring
2009','Spring 2009\nsemester','2009-01-01','2009-05-31',''),(3,1,'','2009-06-22','','2009-06-22','Summer_2009','Summer
2009','Summer 2009
semester','2009-06-01','2009-08-31',''),(4,1,'','2009-06-22','','2009-06-22','Fall_2009','Fall
2009','Fall 2009 semester','2009-09-01','2009-12-31','');


Sean Keesler
130 Academy Street
Manlius, New York 13104 USA
315-663-7756
sean.keesler at threecanoes.com


2009/8/19 Fernando Carlétti <fernandocarletti at saocamilo-es.br>
>
> Hello!
>
> I've installed sakai 2.6 last week but I don't find the way to
> createsemesters! It is needed to create the course website, but it's
> blank, so I can't create!
>
> Can you help me?
>
> Thanks!
> --
> Fernando Carlétti
> Setor de Informática
> Centro Universitário São Camilo - ES
> www.saocamilo-es.br
> 028 3526-5929
>
> _______________________________________________
> sakai-user mailing list
> sakai-user at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-user
>
> TO UNSUBSCRIBE: send email to sakai-user-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"


More information about the sakai-user mailing list