Buen día.
Primero quiero aclarar que trato de hacer una instalación en un OpenSUSE 13.1 totalmente limpio (en español) con el objetivo de tener un sistema monousuario a manera de demostrativo y para aprender a usar el sistema en sí. No pretendo instalar un servidor para uso real (por ahora).
Adjunto pues una descripción detallada de lo que hice e imágenes de los errores:
1.- Instalación fresca por defecto de OpenSUSE 13.1
2.-
http://en.wikibooks.org/w/index.php?title=GNU_Health/Installation2.1.- Make sure you completed the Operating System-Specific Notes Section--->>
http://en.wikibooks.org/wiki/GNU_Health/Operating_System-Specific_Notes
3.- O.S. Specific Notes
3---> Installing GNU Health on openSUSE
REPOSITORIOS:
sudo su -
zypper ar -f http://download.opensuse.org/repositories/devel:/languages:/python/openSUSE_13.1 python
zypper ar -f http://download.opensuse.org/repositories/Application:/ERP:/Tryton:/3.0/openSUSE_13.1 tryton
INSTALAR:
zypper in gnuhealth >> pregunta si confiar: a (allways)
>> pregunta si confiar: a (allways)
ERROR1
Pregunta cuál de 3 acciones tomar (following actions:, do not install, break by ignoring some of its dependencies). Escojo: 1
ERROR2
Pregunta cuál de 3 acciones tomar. Escojo: 1
ERROR3
No funcionó y cada vez al parecer se torna más complicado.
====================================================================
Omito el procedimiento descrito y:====================================================================
Pruebo con YAST (interfaz gráfica), Instalar software, busco gnuhealth, instalo y acepto todos los contratos. Omito el comando de terminal: "zipper in tryton"
SALTO A---->>
http://code.google.com/p/tryton/wiki/InstallationonopenSUSE#Basic_setup_of_database sudo su -
systemctl start postgresql
systemctl status postgresql ->>letras verdes active (exited)
su postgres psql -c "CREATE USER tryton WITH CREATEDB;"
psql -c "ALTER ROLE tryton WITH PASSWORD 'DBAdminPassword';"Todo bien hasta ahora, luego:
Now lets configure the settings for the Tryton server: Maintain the variables in /etc/tryton.conf, at least:
# type of database
db_type = postgresql
# admin password for the Tryton server
admin_passwd = admin
Dicho archivo NO existe. ¿Debería crearlo? ¿Usando root o qué usuario?
Existe es /etc/trytond.conf y no contiene la información arriba descrita.
Gracias por su atención y paciencia...