Comments on XWiki On Debian 4 (Etch) - Tomcat - PostgreSQL (or MySQL)
XWiki On Debian 4 (Etch) - Tomcat - PostgreSQL (or MySQL) XWiki is a professional wiki with enterprise features such as blog, strong rights management, LDAP authentication, PDF export, full skining and more. It also includes an advanced form and scripting engine making it a development environment for data-based applications. It has powerful extensibility features such as scripting in pages, plugins and a highly modular architecture.
7 Comment(s)
Comments
I'm not sure if it was the contrib or non-free repository (most likely non-free), but I wasn't able to
apt-get install sun-java5-jdk
until after adding the additional repository. Make sure you modify your /etc/apt/sources.list before step 1. Something like:
deb http://mirrors.kernel.org/debian/ etch main contrib non-free
deb-src http://mirrors.kernel.org/debian/ etch main contrib non-free
works just fine.
ap-get update is required before install java
Step 9 - Apache changes to the domain configuration file will require that the mod_alias and mod_proxy modules of Apache be enabled.
mod_alias is required to use the RedirectMatch directive, and
mod_proxy is required to use the ProxyPass and ProxyPassReverse directives.
If alias.conf and proxy.conf do not appear in the /etc/apache2/mods-enabled directory they need to be enabled as follows:
a2enmod alias
a2enmod proxy
You had:
mysql -u root -e "create database xwiki"
that wouldn't work for me.
$ mysql -u root -p -e "create database xwiki"
worked, without the -p MYSQL responded "access denied. with it, mysql responded with a password challenge and accepted it.
Thanks, I've changed it.
The line stating
> mv /var/lib/tomcat5.5/webapps/* /var/lib/tomcat5.5/webapps/xwiki.war
seems a little dangerous to me, particularly as the bit about changing star comes after this. Wouldn't it be safer to change to xwiki-enterprise-web-xxx.war or something.
Hi, I have just tried to install Xwiki Enterprise.
I submit all details here.
My OS-vertion Ubuntu 15.04.1
javac -version:
javac 1.8.0_60
java -version: java version "1.8.0_60" Java(TM) SE Runtime Environment (build 1.8.0_60-b27) Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)
apache-tomcat-8.0.26.tar.gz
mysql --version: mysql Ver 14.14 Distrib 5.6.25, for debian-linux-gnu (x86_64) using EditLine wrapper
xwiki-enterprise-web-7.2-milestone-2.war
mysql-connector-java-5.1.36.bin.jar
JRE_HOME=/home/local/group/nazdaq/app/java/jdk/8.0.26
PATH=$PATH:$JRE_HOME/bin
export JRE_HOME
export PATH
#/home/local/group/nazdaq/app/tomcat/8.0.26/conf/server.xml