

In this tutorial we need to install the xwiki-tomcat9-common and xwiki-tomcat9-mariadb with the following command: sudo apt install xwiki-tomcat9-common xwiki-tomcat9-mariadb -y Install the XWiki along with Tomcat and MySQLīefore installing XWiki there is an option to list the available XWiki packets: apt-cache search xwiki Update the repository with the following command: sudo apt update -y Step 4. Ubuntu 20.04 does not contain the XWiki repo and that is why this step is important for adding it. The signing GPG key can be added with the following command: wget -P /usr/share/keyrings/ OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2.20.04, mixed mode, sharing) Step 3. OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.20.04) Once, Java is installed you can check the version with the following command: java -version Java can be installed with the following command: apt-get install default-jdk gnupg2 -y We need Java to be installed on our system because XWiki is written in it. We need to update the system to its latest version and be sure the software is up to date since we assume that you have a fresh installation of Ubuntu 20.04Įxecute the following one-line command and wait some time for the system to get the latest software updates sudo apt update -y & sudo apt upgrade -y Step 2.

Install the XWiki along with Tomcat and MySQL
