...
Tip | ||
---|---|---|
| ||
Considering <path>, the Path path to the GWT installation directory Windows: Via the Control Panel -> System -> Advanced -> Environment Variables -> System Variables -> New and type GWT_HOME and the <path> in the appropriate fields Linux (Bourne, Bash, and related shells): |
...
Tip | ||
---|---|---|
| ||
GWT incubator library can be download from here Put the gwt-incubator_1-4_final.jar into your GWT base directory (i.e. GWT_HOME) |
6)Install the Sakai's properties file into TOMCAT subdirectory
Tip | ||
---|---|---|
| ||
Considering <TOMCAT_HOME>, the path to the TOMCAT installation directory If you are installing Sakai 2.5 you must create a |
...
subdirectory <TOMCAT_ |
...
HOME>/sakai |
Warning | ||
---|---|---|
| ||
Make sure that |
...
the Sakai.properties file contains the right |
...
information |
7)Next, you have to compile the JCR module first with
Use this MAVEN command from the Sakai base directory :'s base directory (i.e. <SAKAI_HOME>)
Tip | ||
---|---|---|
| ||
Considering <SAKAI_HOME>, the path to the Sakai installation directory cd <SAKAI_HOME> |
8)Then compile and deploy Sakai for the first time with this command :
Tip | ||
---|---|---|
| ||
Considering <TOMCAT_HOME>, the path to the TOMCAT installation directory cd .. |
...
<TOMCAT_HOME> |
9)For subsequent compilations and deployment, you can use this command :
Tip | ||
---|---|---|
| ||
Considering <TOMCAT_HOME>, the path to the TOMCAT installation directory mvn install sakai:deploy -Dmaven.test.skip=true -Dmaven.tomcat.home= |
...
<TOMCAT_HOME> |
Anchor | ||||
---|---|---|---|---|
|
...
Add a path to the gwt-incubator_1-4_final.jar library
Anchor | ||||
---|---|---|---|---|
|
...