Build
...
20080903
Sakai 2.5.x r51715 https://source.sakaiproject.org/svn/sakai/branches/sakai_2-5-x/
config-editor 2.5.x https://source.sakaiproject.org/contrib/config-editor/branches/2.5.x/
...
markup 0.3.0 https://source.sakaiproject.org/contrib/whyte/markup/tags/0.3.0/
sakai-wicket 2.5.x https://source.sakaiproject.org/contrib/wicket/sakai-wicket/branches/sakai_2-5-x/
required for sakai-feeds
sakai-maps 2.5.x https://source.sakaiproject.org/contrib/sakai-maps/branches/2.5.x/
edia-sakai-utils 2.5.x https://source.sakaiproject.org/contrib/skin-manager/edia-sakai-utils/branches/2.5.x/
required for sakai-maps
sitestats 1.2 https://source.sakaiproject.org/contrib/ufp/sitestats/tags/sitestats_1-2/
timeline trunk r52677 https://source.sakaiproject.org/contrib/whitman/timeline/trunk/
Files to add/modify before build
- Skins. Get the skins directory from the previous build and copy it to the reference project.
- index.html Get the index.html redirect and add to webapp/ROOT
- headscripts.js search on "fudge" and set tool height extra padding = 3.
- macros.vm add Google Analytics
No Format |
---|
// here we fudge to get a little bigger
var newHeight = height + 3;
|
Build and deploy "spo" maven profile
...
$CATALINA_HOME/sakai/sakai.properties
$CATALINA_HOME/conf/server.xml
(includes key Apache HTTP server configuration settings)$CATALINA_HOME/conf/tomcat-users.xml
Markup tool
Remember to reset property in components.xml
Tomcat permissions
Once the build is in place change the ownership permission to $CATALINA_HOME to "tomcat:" and restart Tomcat.
chown -R tomcat:tomcat tomcat
...