1. Añadimos la URL al repositorio en /etc/apt/sources.list [deb http://archive.canonical.com/ubuntu lucid partner].
2. sudo apt-get update
3. sudo ap-get install sun-java6-jdk
sudo apt-get install openjdk-6-jdk
CREATE DATABASE dbname CHARACTER SET utf8 COLLATE utf8_general_ci;
Instalación Subversion:
sudo apt-get install subversion
ps auxww
kill -9 PID
http://www.kopernix.com/?q=svnd_como
svnserve -d -r rutarepositorio
Instalación Postgres
sudo apt-get install postgresql
http://johansoft.blogspot.com/2007/09/cambiar-contrasea-de-usuario-postgres.html
http://wiki.postgresql.org/wiki/Client_Authentication/es
Agregando usuarios:
http://www.linuxparatodos.net/portal/staticpages/index.php?page=02-cuentas-usuario
http://www.linuxtotal.com.mx/index.php?cont=info_admon_008
Permisos:
http://www.linuxtotal.com.mx/index.php?cont=info_admon_011
Instalar Exim 4:
apt-get install exim4
dpkg-reconfigure exim4-config
http://linuxamartillazos.blogspot.com/2009/12/configurar-exim4.html
Monitoreo:
http://amunizmartin.wordpress.com/2009/06/14/monitorizacion-remota-en-java-jconsole/
conf jconsole:
http://download.oracle.com/javase/6/docs/technotes/guides/management/agent.html
Ojo: chmod 600 jmxremote.password
Pool de thread tomcat:
http://tomcat.apache.org/tomcat-6.0-doc/config/executor.html
Instalar Php5 y javabridge
Instalar Php5-cgi (para java bridge): https://help.ubuntu.com/6.10/ubuntu/serverguide/es/php5.html
Poner scrip para que inicie cuando inicio el server
ln -s /ruta/exe/tomcat
y le das permiso de ejecucion
chmod +x