• Instalar OpenKM, si ya tengo instalado apache2 en ubuntu server 18.04

  • Problemas con la instalación de OpenKM? No problemo, la solución está más cerca de lo que piensas.
Problemas con la instalación de OpenKM? No problemo, la solución está más cerca de lo que piensas.
Forum rules: Por favor, antes de preguntar algo consulta el wiki de documentación o utiliza la función de búsqueda del foro. Recuerda que no tenemos una bola de cristal ni poderes mentales, o sea que que para informar sobre un error es necesario que nos indiques tanto la versión de OpenKM que usas como la del navegador y sistema operativo. Para más información consulta Cómo informar de fallos de forma efectiva.
 #52694  by aeinigue
 
Actualmente estoy cambiando los puerto de ejecución del apache2: de 80 a 81 para que así me deje ejecutar el instalador "OKMInstaller.jar" pero aun así al ejecutar el comando:
root@sds-Lenovo-B40-70:/home/sds# ls -lisa /etc/init.d/
no me sale el servicio tomcat:
Code: Select all
7340091  4 drwxr-xr-x   2 root root  4096 ago  6 13:36 .
7340033 12 drwxr-xr-x 140 root root 12288 ago  6 16:29 ..
7341621  4 -rwxr-xr-x   1 root root  2269 abr 22  2017 acpid
7341622  8 -rwxr-xr-x   1 root root  5336 ene 22  2017 alsa-utils
7341623  4 -rwxr-xr-x   1 root root  2014 may 29  2017 anacron
7342739  8 -rwxr-xr-x   1 root root  8181 jul 16  2019 apache2
7342738  4 -rwxr-xr-x   1 root root  2489 jul 16  2019 apache-htcacheclean
7341624  8 -rwxr-xr-x   1 root root  4335 mar 22  2018 apparmor
7341625  4 -rwxr-xr-x   1 root root  2805 feb 26  2020 apport
7341626  4 -rwxr-xr-x   1 root root  2401 ago 22  2018 avahi-daemon
7341627  4 -rwxr-xr-x   1 root root  2968 sep 10  2019 bluetooth
7341628  4 -rwxr-xr-x   1 root root  1232 abr 19  2018 console-setup.sh
7341629  4 -rwxr-xr-x   1 root root  3049 nov 16  2017 cron
7341632  4 -rwxr-xr-x   1 root root  2804 mar 27  2018 cups
7341633  4 -rwxr-xr-x   1 root root  1961 feb 26  2018 cups-browsed
7341634  4 -rwxr-xr-x   1 root root  2813 nov 15  2017 dbus
7341635  4 -rwxr-xr-x   1 root root  1172 jun  5  2016 dns-clean
7341636  4 -rwxr-xr-x   1 root root  3033 oct  9  2018 gdm3
7341452  4 -rwxr-xr-x   1 root root   985 feb 23 11:23 grub-common
7342850  4 -rwxr-xr-x   1 root root  1120 ago  7  2017 hhvm
7341638  4 -rwxr-xr-x   1 root root  3809 feb 14  2018 hwclock.sh
7341639  4 -rwxr-xr-x   1 root root  2444 oct 25  2017 irqbalance
7341640  4 -rwxr-xr-x   1 root root  3131 may 19  2017 kerneloops
7341641  4 -rwxr-xr-x   1 root root  1479 feb 15  2018 keyboard-setup.sh
7341642  4 -rwxr-xr-x   1 root root  2044 ago 15  2017 kmod
7343471  8 -rwxr-xr-x   1 root root  5930 may  2 20:40 mysql
7341647  8 -rwxr-xr-x   1 root root  4597 nov 25  2016 networking
7341646  4 -rwxr-xr-x   1 root root  1942 dic  4  2019 network-manager
7341643  4 -rwxr-xr-x   1 root root  1280 ago  6 15:45 openkm
7343307  8 -rwxr-xr-x   1 root root  4294 jul  1 11:06 php7.2-fpm
7341648  4 -rwxr-xr-x   1 root root  1366 abr  4  2019 plymouth
7341649  4 -rwxr-xr-x   1 root root   752 abr  4  2019 plymouth-log
7343263  4 -rwxr-xr-x   1 root root  3624 oct 11  2018 postfix
7342971  4 -rwxr-xr-x   1 root root  1490 ene 12  2018 postgresql
7341650  4 -rwxr-xr-x   1 root root   612 feb 26  2018 pppd-dns
7341651  4 -rwxr-xr-x   1 root root  1191 ene 17  2018 procps
7341652  8 -rwxr-xr-x   1 root root  4355 feb 13  2020 rsync
7341653  4 -rwxr-xr-x   1 root root  2864 ene 14  2018 rsyslog
7341654  4 -rwxr-xr-x   1 root root  2333 ago 10  2017 saned
7341655  4 -rwxr-xr-x   1 root root  2117 dic 15  2017 speech-dispatcher
7341656  4 -rwxr-xr-x   1 root root  2484 ene 19  2017 spice-vdagent
7342978  4 -rwxr-xr-x   1 root root  1411 dic 23  2017 sysstat
7341657  8 -rwxr-xr-x   1 root root  5974 abr 20  2018 udev
7341658  4 -rwxr-xr-x   1 root root  2083 ago 15  2017 ufw
7341659  4 -rwxr-xr-x   1 root root  1391 feb 17  2020 unattended-upgrades
7341660  4 -rwxr-xr-x   1 root root  1306 mar  5  2020 uuidd
7341661  4 -rwxr-xr-x   1 root root   485 abr  2  2015 whoopsie
7341662  4 -rwxr-xr-x   1 root root  2757 ene 20  2017 x11-common
y al ejecutar:
Code: Select all
root@sds-Lenovo-B40-70:/home/sds# service tomcat start
me sale:
Code: Select all
Failed to start tomcat.service: Unit tomcat.service not found.
No se que puedo hacer :( help me!

About Us

OpenKM is part of the management software. A management software is a program that facilitates the accomplishment of administrative tasks. OpenKM is a document management system that allows you to manage business content and workflow in a more efficient way. Document managers guarantee data protection by establishing information security for business content.