Page 1 of 1
ubuntu 16.10
PostPosted:Tue Feb 20, 2018 3:52 pm
by deheugden
Hello,
Is it possible to insall OpenKm at Ubuntu 16.10 server?
I found some 2015 tutorials, but they dont work anymore.
Hope someone can reply.
Regards,
Re: ubuntu 16.10
PostPosted:Wed Feb 21, 2018 8:16 am
by jllort
You can install OpenKM in Ubuntu 16.10 without major problems. I suggest watch our video at
https://www.openkm.com/en/download.html the installaer does everything for you.
Also you can take a look in our documentation where is explained all the manual steps ( from there you can use some steps like installing Mariadb or MySQL and also installing the latest JAVA JDK 1.8 Oracle from the repositories, you do not need much else )
https://docs.openkm.com/kcenter/view/ok ... ebian.html
Re: ubuntu 16.10
PostPosted:Wed Feb 21, 2018 11:54 am
by deheugden
Many thanks for the reply. It can be installed at the server version? Am getting a command not found when trying to run the sudo add-apt-repository ppa:webupd8team/java command
Re: ubuntu 16.10
PostPosted:Fri Feb 23, 2018 7:17 am
by jllort
Install the application with
sudo apt-get install python-software-properties
Re: ubuntu 16.10
PostPosted:Fri Feb 23, 2018 11:49 am
by deheugden
Many thanks for the reply. This seems to install without error. But what did i install(and why) and how/from where should i continue?
thanks in advance.
Re: ubuntu 16.10
PostPosted:Sat Feb 24, 2018 6:24 pm
by jllort
You might continue with steps what are shown in the video, execute the OKMInstaller.jar what does everything for you.
Re: ubuntu 16.10
PostPosted:Sun Feb 25, 2018 9:12 am
by deheugden
many thanks(again) for your reply. Can uou explain why the udo add-apt-repository ppa:webupd8team/java command isnt working and what the sudo apt-get install python-software-properties command is doing different? Also, i dont see a repository code for the installer. Its a server Ubuntu version so i cant download the installer the regular way.
Re: ubuntu 16.10
PostPosted:Mon Feb 26, 2018 8:29 am
by jllort
AS you indicated you get an error "Am getting a command not found when trying to run the sudo add-apt-repository ppa:webupd8team/java command" what is solved installing the application needed "sudo apt-get install python-software-properties", from this point you will be able to execute "add-apt-repository ppa:webupd8team/java "
Then you will be able to install java support in your server
Code: Select all$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update
$ sudo apt-get install oracle-java8-installer
Finally download the OKMInstaller.jar from our download section ( I suspect you have not watched the video we have there, otherwise I'm not able to understanding why you are not able to follow so few steps ?
https://www.openkm.com/en/download.html ) and execute it.
Follow the steps shown here
https://www.youtube.com/watch?v=WJrkD2BdAJo
Re: ubuntu 16.10
PostPosted:Tue Feb 27, 2018 7:16 pm
by deheugden
Many thanks,again,for the reply. I encountered the same problem with ubuntu server 7.10.1
The python software module is up to date but when running the add app ppa:webupd8team, i again get the command not found error.
Re: ubuntu 16.10
PostPosted:Thu Mar 01, 2018 7:29 pm
by jllort
This is an OS issue, not an OpenKM one. I suggest looking for it in google "ubuntu 17.1 error add-apt-repository" and sure you will find a lot of users with same issue ( is exactly the same I have done to give you the previous answer ).
Re: ubuntu 16.10
PostPosted:Fri Mar 23, 2018 4:47 pm
by pavila