Actions
Install instructions¶
Dependances:
Sun JRE
OpenSSL
Apache Tomcat >= 7.0
Install Tomcat¶
More info here: http://tomcat.apache.org/download-70.cgi
wget http://apache.hippo.nl/tomcat/tomcat-7/v7.0.8/bin/apache-tomcat-7.0.8.zip
unzip apache-tomcat-7.0.8.zip
mv apache-tomcat-7.0.8 /usr/local/tomcat
Install Wanda¶
VFS from sources on UNIX/Linux¶
You need bazaar to install this way.
("sudo apt-get install bzr" on ubuntu)
- Open a terminal and browse to $TOMCAT/webapps
- Run:
bzr branch lp:wanda/release
mv release wanda
cd wanda
chmod u+x install.sh
./install.sh - Follow instructions.
It is finished.
Mis à jour par Anonyme il y a plus de 14 ans · 3 révisions