[xwiki-users] Need Help Installing XWiki on Ubuntu Server 1404 LTS
I apologize for the vague topic description. I have been trying to install XWiki on a freshly installed Ubuntu server running 14.04 for a few days and am just getting pulled in all sorts of directions when it comes to installation and am just getting a little agitated. I am relatively new to Ubuntu in general. I am just looking for a guide to install the newest version of XWiki Enterprise on Ubuntu Server 14.04 using what I believe would be a .WAR install. (I want to avoid the stand-alone installer since it is not recommended on production.) All guides that I have found seem to breeze thru the installation process and jump right into "Getting Started using the software". I am still stuck on the actual installation and cannot seem to follow the guide without getting thrown off by a step that makes absolutely no sense. If someone could please point me in the right direction, it would be greatly appreciated. -- View this message in context: http://xwiki.475771.n2.nabble.com/Need-Help-Installing-XWiki-on-Ubuntu-Serve... Sent from the XWiki- Users mailing list archive at Nabble.com.
On Ubuntu and other Debian based Linux distributions the easiest is usually to follow http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT Le 20 juil. 2016 22:46, "Polydectus84" <[email protected]> a écrit :
I apologize for the vague topic description. I have been trying to install XWiki on a freshly installed Ubuntu server running 14.04 for a few days and am just getting pulled in all sorts of directions when it comes to installation and am just getting a little agitated.
I am relatively new to Ubuntu in general. I am just looking for a guide to install the newest version of XWiki Enterprise on Ubuntu Server 14.04 using what I believe would be a .WAR install. (I want to avoid the stand-alone installer since it is not recommended on production.)
All guides that I have found seem to breeze thru the installation process and jump right into "Getting Started using the software". I am still stuck on the actual installation and cannot seem to follow the guide without getting thrown off by a step that makes absolutely no sense.
If someone could please point me in the right direction, it would be greatly appreciated.
-- View this message in context: http://xwiki.475771.n2.nabble.com/Need-Help-Installing-XWiki-on-Ubuntu-Serve... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Thank you for your reply. Here is what I get when I v3@ubuntu:~$ sudo apt-get install xwiki-enterprise-tomcat7-mysql Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: xwiki-enterprise-tomcat7-mysql : Depends: xwiki-enterprise-tomcat7-common (= 8.1+1) but it is not going to be installed Depends: xwiki-enterprise-mysql-common (= 8.1+1) but it is not going to be installed E: Unable to correct problems, you have held broken packages. -- View this message in context: http://xwiki.475771.n2.nabble.com/Need-Help-Installing-XWiki-on-Ubuntu-Serve... Sent from the XWiki- Users mailing list archive at Nabble.com.
Sorry to pest but I am still trying to do this and am pulling my hair out in the process. I really would like to start using XWiki. I haven't been able to make any progress. I have tried to install the dependencies but it is as if they don't exist. *When trying to install dependency: xwiki-enterprise-mysql-common:* v3@ubuntu:~$ sudo apt-get install xwiki-enterprise-mysql-common Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: xwiki-enterprise-mysql-common : Depends: xwiki-enterprise-common (= 8.1+1) but it is not going to be installed E: Unable to correct problems, you have held broken packages. *When trying to install xwiki-enterprise-common:* v3@ubuntu:~$ sudo apt-get install xwiki-enterprise-common Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: xwiki-enterprise-common : Depends: java8-runtime-headless but it is not installable or java8-runtime but it is not installable E: Unable to correct problems, you have held broken packages. *When trying to install java8-runtime-headless:* v3@ubuntu:~$ sudo apt-get install java8-runtime-headless Reading package lists... Done Building dependency tree Reading state information... Done Package java8-runtime-headless is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'java8-runtime-headless' has no installation candidate When trying to install java8-runtime: v3@ubuntu:~$ sudo apt-get install java8-runtime Reading package lists... Done Building dependency tree Reading state information... Done Package java8-runtime is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'java8-runtime' has no installation candidate Is this installation method exclusively for Debian or will it work with Ubuntu? Am I doing something wrong or is there an issue with the repo? Please remember that my understanding of Ubuntu is elementary, but from what I can gather, it looks like it is something wrong with the repo. -- View this message in context: http://xwiki.475771.n2.nabble.com/Need-Help-Installing-XWiki-on-Ubuntu-Serve... Sent from the XWiki- Users mailing list archive at Nabble.com.
I was able to install the xwiki-enterprise-tomcat8-pgsql package on Ubuntu Server 16.04.1 LTS this morning without any issues. I would recommend trying: sudo apt-get install default-jdk sudo apt install xwiki-enterprise-tomcat8-mysql - Jared -- View this message in context: http://xwiki.475771.n2.nabble.com/Need-Help-Installing-XWiki-on-Ubuntu-Serve... Sent from the XWiki- Users mailing list archive at Nabble.com.
Looks like Ubuntu changed the way to deal with java<version>-runtime-headless. Requesting java7-runtime-headless used to automatically install openjdk 7. I usually install Oracle JVM so I did not noticed it. Would be great if you could create an issue about that on http://jira.xwiki.org. Will have to bind better dependencies... On Fri, Jul 22, 2016 at 11:01 PM, Polydectus84 <[email protected]> wrote:
Sorry to pest but I am still trying to do this and am pulling my hair out in the process. I really would like to start using XWiki. I haven't been able to make any progress. I have tried to install the dependencies but it is as if they don't exist.
*When trying to install dependency: xwiki-enterprise-mysql-common:*
v3@ubuntu:~$ sudo apt-get install xwiki-enterprise-mysql-common Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: xwiki-enterprise-mysql-common : Depends: xwiki-enterprise-common (= 8.1+1) but it is not going to be installed E: Unable to correct problems, you have held broken packages.
*When trying to install xwiki-enterprise-common:*
v3@ubuntu:~$ sudo apt-get install xwiki-enterprise-common Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: xwiki-enterprise-common : Depends: java8-runtime-headless but it is not installable or java8-runtime but it is not installable E: Unable to correct problems, you have held broken packages.
*When trying to install java8-runtime-headless:*
v3@ubuntu:~$ sudo apt-get install java8-runtime-headless Reading package lists... Done Building dependency tree Reading state information... Done Package java8-runtime-headless is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'java8-runtime-headless' has no installation candidate
When trying to install java8-runtime:
v3@ubuntu:~$ sudo apt-get install java8-runtime Reading package lists... Done Building dependency tree Reading state information... Done Package java8-runtime is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'java8-runtime' has no installation candidate
Is this installation method exclusively for Debian or will it work with Ubuntu? Am I doing something wrong or is there an issue with the repo? Please remember that my understanding of Ubuntu is elementary, but from what I can gather, it looks like it is something wrong with the repo.
-- View this message in context: http://xwiki.475771.n2.nabble.com/Need-Help-Installing-XWiki-on-Ubuntu-Serve... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
Fixed in http://jira.xwiki.org/browse/XE-1565. Should be Ok in 8.2 now (if java is not installed already it will install openjdk as it used to). On Sun, Jul 24, 2016 at 8:00 PM, Thomas Mortagne <[email protected]> wrote:
Looks like Ubuntu changed the way to deal with java<version>-runtime-headless. Requesting java7-runtime-headless used to automatically install openjdk 7. I usually install Oracle JVM so I did not noticed it.
Would be great if you could create an issue about that on http://jira.xwiki.org. Will have to bind better dependencies...
On Fri, Jul 22, 2016 at 11:01 PM, Polydectus84 <[email protected]> wrote:
Sorry to pest but I am still trying to do this and am pulling my hair out in the process. I really would like to start using XWiki. I haven't been able to make any progress. I have tried to install the dependencies but it is as if they don't exist.
*When trying to install dependency: xwiki-enterprise-mysql-common:*
v3@ubuntu:~$ sudo apt-get install xwiki-enterprise-mysql-common Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: xwiki-enterprise-mysql-common : Depends: xwiki-enterprise-common (= 8.1+1) but it is not going to be installed E: Unable to correct problems, you have held broken packages.
*When trying to install xwiki-enterprise-common:*
v3@ubuntu:~$ sudo apt-get install xwiki-enterprise-common Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: xwiki-enterprise-common : Depends: java8-runtime-headless but it is not installable or java8-runtime but it is not installable E: Unable to correct problems, you have held broken packages.
*When trying to install java8-runtime-headless:*
v3@ubuntu:~$ sudo apt-get install java8-runtime-headless Reading package lists... Done Building dependency tree Reading state information... Done Package java8-runtime-headless is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'java8-runtime-headless' has no installation candidate
When trying to install java8-runtime:
v3@ubuntu:~$ sudo apt-get install java8-runtime Reading package lists... Done Building dependency tree Reading state information... Done Package java8-runtime is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'java8-runtime' has no installation candidate
Is this installation method exclusively for Debian or will it work with Ubuntu? Am I doing something wrong or is there an issue with the repo? Please remember that my understanding of Ubuntu is elementary, but from what I can gather, it looks like it is something wrong with the repo.
-- View this message in context: http://xwiki.475771.n2.nabble.com/Need-Help-Installing-XWiki-on-Ubuntu-Serve... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
-- Thomas Mortagne
Thank you for both of your responses. I managed to install default-jdk , but when I try to install xwiki-enterprise-tomcat8-mysql , I receive a similar error: v3@ubuntu:~$ sudo apt install xwiki-enterprise-tomcat8-mysql [sudo] password for v3: Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: xwiki-enterprise-tomcat8-mysql : Depends: xwiki-enterprise-mysql-common (= 8.1+1) but it is not going to be installed Depends: xwiki-enterprise-tomcat8-common (= 8.1+1) but it is not going to be installed E: Unable to correct problems, you have held broken packages. -- View this message in context: http://xwiki.475771.n2.nabble.com/Need-Help-Installing-XWiki-on-Ubuntu-Serve... Sent from the XWiki- Users mailing list archive at Nabble.com.
xwiki-enterprise-tomcat8-common package definitely exist in the repository. What does apt-get tells you when you try to install it ? On Mon, Jul 25, 2016 at 5:03 PM, Polydectus84 <[email protected]> wrote:
Thank you for both of your responses. I managed to install default-jdk , but when I try to install xwiki-enterprise-tomcat8-mysql , I receive a similar error:
v3@ubuntu:~$ sudo apt install xwiki-enterprise-tomcat8-mysql [sudo] password for v3: Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: xwiki-enterprise-tomcat8-mysql : Depends: xwiki-enterprise-mysql-common (= 8.1+1) but it is not going to be installed Depends: xwiki-enterprise-tomcat8-common (= 8.1+1) but it is not going to be installed E: Unable to correct problems, you have held broken packages.
-- View this message in context: http://xwiki.475771.n2.nabble.com/Need-Help-Installing-XWiki-on-Ubuntu-Serve... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
I don't think I mentioned this, but I am running Ubuntu Server 14.04 LTS 64-bit. Would this make a difference? *Here is the output of: sudo apt-get install xwiki-enterprise-tomcat8-common* v3@ubuntu:~$ sudo apt-get install xwiki-enterprise-tomcat8-common Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: xwiki-enterprise-tomcat8-common : Depends: xwiki-enterprise-common (= 8.2) but it is not going to be installed Depends: tomcat8 but it is not installable E: Unable to correct problems, you have held broken packages. *It's bizarre. A few co-workers are stumped as well. Perhaps I'm not using the correct repository?* *This is what I ran to add the repository:* wget -q "http://maven.xwiki.org/public.gpg" -O- | sudo apt-key add - sudo wget "http://maven.xwiki.org/stable/xwiki-stable.list" -P /etc/apt/sources.list.d/ *I then ran sudo apt-get update. Here is the output of apt-cache search xwiki* v3@ubuntu:~$ apt-cache search xwiki xwiki-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-mysql-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-pgsql-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat-mysql - XWiki enterprise Tomcat/MySQL based package xwiki-enterprise-tomcat-pgsql - XWiki enterprise Tomcat/PostgreSQL xwiki-enterprise-tomcat5-mysql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat5-pgsql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat6-mysql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat6-pgsql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat7-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat7-mysql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat7-pgsql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat8-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat8-mysql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat8-pgsql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-mysql-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-pgsql-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-solr-data - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-tomcat7-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-tomcat7-mysql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-tomcat7-pgsql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-tomcat8-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-tomcat8-mysql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-tomcat8-pgsql - XWiki is a free wiki software platform written in Java with a design emphasis -- View this message in context: http://xwiki.475771.n2.nabble.com/Need-Help-Installing-XWiki-on-Ubuntu-Serve... Sent from the XWiki- Users mailing list archive at Nabble.com.
According to your log your issue is not with XWiki but with tomcat. Maybe tomcat8 is not available in 14.04 or your have some more complex issue with tomcat. There is a tomcat7 based package of XWiki too. On Tue, Jul 26, 2016 at 2:15 PM, Polydectus84 <[email protected]> wrote:
I don't think I mentioned this, but I am running Ubuntu Server 14.04 LTS 64-bit. Would this make a difference?
*Here is the output of: sudo apt-get install xwiki-enterprise-tomcat8-common*
v3@ubuntu:~$ sudo apt-get install xwiki-enterprise-tomcat8-common Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: xwiki-enterprise-tomcat8-common : Depends: xwiki-enterprise-common (= 8.2) but it is not going to be installed Depends: tomcat8 but it is not installable E: Unable to correct problems, you have held broken packages.
*It's bizarre. A few co-workers are stumped as well. Perhaps I'm not using the correct repository?*
*This is what I ran to add the repository:*
wget -q "http://maven.xwiki.org/public.gpg" -O- | sudo apt-key add - sudo wget "http://maven.xwiki.org/stable/xwiki-stable.list" -P /etc/apt/sources.list.d/
*I then ran sudo apt-get update. Here is the output of apt-cache search xwiki*
v3@ubuntu:~$ apt-cache search xwiki xwiki-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-mysql-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-pgsql-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat-mysql - XWiki enterprise Tomcat/MySQL based package xwiki-enterprise-tomcat-pgsql - XWiki enterprise Tomcat/PostgreSQL xwiki-enterprise-tomcat5-mysql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat5-pgsql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat6-mysql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat6-pgsql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat7-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat7-mysql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat7-pgsql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat8-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat8-mysql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat8-pgsql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-mysql-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-pgsql-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-solr-data - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-tomcat7-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-tomcat7-mysql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-tomcat7-pgsql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-tomcat8-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-tomcat8-mysql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-tomcat8-pgsql - XWiki is a free wiki software platform written in Java with a design emphasis
-- View this message in context: http://xwiki.475771.n2.nabble.com/Need-Help-Installing-XWiki-on-Ubuntu-Serve... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
I just checked on a 14.04 server I have access too and indeed tomcat8 does not seems to be available there. Probably was put only in more recent versions of Ubutnu only. On Tue, Jul 26, 2016 at 2:18 PM, Thomas Mortagne <[email protected]> wrote:
According to your log your issue is not with XWiki but with tomcat. Maybe tomcat8 is not available in 14.04 or your have some more complex issue with tomcat. There is a tomcat7 based package of XWiki too.
On Tue, Jul 26, 2016 at 2:15 PM, Polydectus84 <[email protected]> wrote:
I don't think I mentioned this, but I am running Ubuntu Server 14.04 LTS 64-bit. Would this make a difference?
*Here is the output of: sudo apt-get install xwiki-enterprise-tomcat8-common*
v3@ubuntu:~$ sudo apt-get install xwiki-enterprise-tomcat8-common Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: xwiki-enterprise-tomcat8-common : Depends: xwiki-enterprise-common (= 8.2) but it is not going to be installed Depends: tomcat8 but it is not installable E: Unable to correct problems, you have held broken packages.
*It's bizarre. A few co-workers are stumped as well. Perhaps I'm not using the correct repository?*
*This is what I ran to add the repository:*
wget -q "http://maven.xwiki.org/public.gpg" -O- | sudo apt-key add - sudo wget "http://maven.xwiki.org/stable/xwiki-stable.list" -P /etc/apt/sources.list.d/
*I then ran sudo apt-get update. Here is the output of apt-cache search xwiki*
v3@ubuntu:~$ apt-cache search xwiki xwiki-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-mysql-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-pgsql-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat-mysql - XWiki enterprise Tomcat/MySQL based package xwiki-enterprise-tomcat-pgsql - XWiki enterprise Tomcat/PostgreSQL xwiki-enterprise-tomcat5-mysql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat5-pgsql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat6-mysql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat6-pgsql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat7-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat7-mysql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat7-pgsql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat8-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat8-mysql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-enterprise-tomcat8-pgsql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-mysql-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-pgsql-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-solr-data - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-tomcat7-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-tomcat7-mysql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-tomcat7-pgsql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-tomcat8-common - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-tomcat8-mysql - XWiki is a free wiki software platform written in Java with a design emphasis xwiki-tomcat8-pgsql - XWiki is a free wiki software platform written in Java with a design emphasis
-- View this message in context: http://xwiki.475771.n2.nabble.com/Need-Help-Installing-XWiki-on-Ubuntu-Serve... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
-- Thomas Mortagne
Well, I managed to install XWiki using the Debian package installation, but the installation varied a bit. Here is what worked for me: Installed Ubuntu Server 16.04.1 wget -q "http://maven.xwiki.org/public.gpg" -O- | sudo apt-key add - sudo wget "http://maven.xwiki.org/lts/xwiki-lts.list" -P /etc/apt/sources.list.d/ sudo apt-get update sudo apt-get install default-jdk sudo apt-get install tomcat8 sudo service tomcat8 restart sudo apt install xwiki-enterprise-tomcat8-mysql sudo reboot Only then was I able to initialize XWiki. I am so happy to finally get it installed! Still trying to learn the layout and get a navbar set up, like you have on http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT (Home, About, Projects, etc). -- View this message in context: http://xwiki.475771.n2.nabble.com/Need-Help-Installing-XWiki-on-Ubuntu-Serve... Sent from the XWiki- Users mailing list archive at Nabble.com.
Thanks, I also had problems installing xwiki deb package, here's what worked for me: Use Oracle Java (not OpenJDK): sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer Install xwiki (using LTS & MySql) wget -q "http://maven.xwiki.org/public.gpg" -O- | sudo apt-key add - sudo wget "http://maven.xwiki.org/lts/xwiki-lts.list" -P /etc/apt/sources.list.d/ Other versions are: http://maven.xwiki.org/releases/xwiki-releases.list: all released versions including milestones and release candidates (beta) http://maven.xwiki.org/stable/xwiki-stable.list: all released versions excluding milestones and release candidates (stable) apt-get update sudo apt-get install xwiki-enterprise-tomcat7-mysql You will get this error: Setting up xwiki-enterprise-tomcat7-common (7.4.4) … * no JDK or JRE found – please set JAVA_HOME Fix it by adding the JAVA_HOME to tomcat and do also increase the memory allocated: nano /etc/default/tomcat7 JAVA_HOME=/usr/lib/jvm/java-8-oracle JAVA_OPTS="-Djava.awt.headless=true -Xmx512m -XX:MaxPermSize=192m -XX:+UseConcMarkSweepGC" service tomcat7 restart Configure xwiki nano /etc/xwiki/xwiki.cfg xwiki.authentication.validationKey=AKEY xwiki.authentication.encryptionKey=ANOTHERKEY http://yourIPorDNS:8080/xwiki/ You should see the “Distribution Wizard” just follow the steps! I installed the “XWiki Enterprise Flavor – Main Wiki”. You can now login with the user “Admin” and password “admin” (change this as soon as possible). 2016-08-03 15:09 GMT-04:00 Polydectus84 <[email protected]>:
Well, I managed to install XWiki using the Debian package installation, but the installation varied a bit.
Here is what worked for me:
Installed Ubuntu Server 16.04.1
wget -q "http://maven.xwiki.org/public.gpg" -O- | sudo apt-key add - sudo wget "http://maven.xwiki.org/lts/xwiki-lts.list" -P /etc/apt/sources.list.d/ sudo apt-get update sudo apt-get install default-jdk sudo apt-get install tomcat8 sudo service tomcat8 restart sudo apt install xwiki-enterprise-tomcat8-mysql sudo reboot
Only then was I able to initialize XWiki. I am so happy to finally get it installed! Still trying to learn the layout and get a navbar set up, like you have on http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT (Home, About, Projects, etc).
-- View this message in context: http://xwiki.475771.n2.nabble.com/Need-Help-Installing-XWiki-on-Ubuntu-Serve... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (4)
-
Dev Dev -
Polydectus84 -
simmsj -
Thomas Mortagne