Instalacion Tryton 2.8 Debian 7 Wheezy 1.- Instalacion de dependecias para tryton aptitude install python-setuptools python-lxml python-relatorio python-dateutil python-polib python-psycopg2 python-pydot unoconv python-sphinx python-simplejson python-levenshtein python3.1 python-egenix-mx-base-dev python-genshi python-pycha python-yaml python-ldap python-webdav python-tz python-vobject python-beautifulsoup para reportes ipython-notebook python-matplotlib python-scipy python-pandas python-sympy python-nose easy_install pytz easy_install PyWebDAV algunas herramientas necesarias para trabajar: apt-get install -y geany apt-get install -y postgresql-8.4 *en esta instalacion debes tener ya configurado pg_hba.conf y postgresql.conf antes de instalar trytond apt-get install -y pgadmin3 2.Descargar e Instalar el Servidor y Cliente con SetupTools: Si tiene una versión instalada reciente de Setuptools, puede instalar Tryton fácilmente con la interfaz de órdenes de easy_install así: $ sudo easy_install trytond $ sudo easy_install tryton $ sudo easy_install trytond_module_name Reemplace "module_name" con el nombre del módulo que desea instalar. Descargará e instalará la versión más reciente de los paquetes de Tryton. Si tiene una versión de Tryton anterior y quiere actualizarla, use la opción "-U" en las órdenes anteriores. resumen seria asi: ## --------------------------------------------------------- ## - Modulos de Tryton ## --------------------------------------------------------- ## Modulo de Administrador easy_install trytond_account easy_install trytond_account_be easy_install trytond_account_de_skr03 easy_install trytond_account_invoice easy_install trytond_account_invoice_history easy_install trytond_account_product easy_install trytond_account_statement easy_install trytond_analytic_account easy_install trytond_analytic_invoice easy_install trytond_analytic_purchase easy_install trytond_analytic_sale easy_install trytond_calendar easy_install trytond_company easy_install trytond_company_work_time easy_install trytond_country easy_install trytond_currency easy_install trytond_google_maps easy_install trytond_google_translate easy_install trytond_party easy_install trytond_party_vcarddav easy_install trytond_product easy_install trytond_product_cost_fifo easy_install trytond_product_cost_history easy_install trytond_project easy_install trytond_project_plan easy_install trytond_project_revenue easy_install trytond_purchase easy_install trytond_sale easy_install trytond_stock easy_install trytond_stock_forecast easy_install trytond_stock_inventory_location easy_install trytond_stock_location_sequence easy_install trytond_stock_product_location easy_install trytond_stock_supply easy_install trytond_stock_supply_day easy_install trytond_timesheet ## --------------------------------------------------------- ## - Modulos de GNU Health ## --------------------------------------------------------- ## Modulo de Salud easy_install trytond_health easy_install trytond_health_calendar easy_install trytond_health_genetics easy_install trytond_health_gyneco easy_install trytond_health_history easy_install trytond_health_icd10 easy_install trytond_health_icd10pcs easy_install trytond_health_icu easy_install trytond_health_inpatient easy_install trytond_health_inpatient_calendar easy_install trytond_health_inpatient_lab easy_install trytond_health_lifestyle easy_install trytond_health_mdg6 easy_install trytond_health_nursing easy_install trytond_health_pediatrics easy_install trytond_health_profile easy_install trytond_health_qrcodes easy_install trytond_health_reporting easy_install trytond_health_services easy_install trytond_health_socioeconomics easy_install trytond_health_stock easy_install trytond_health_surgery 2.- Copiar el Archivo de Configuración del Servidor Tryton: $ cp ~/trytond.conf /etc/ 3.- Se configura el archivo trytond.conf en/etc/ jsonrpc = localhost:8000 db_type = postgresql db_host = localhost db_port = 5432 db_user = admin db_password = 123456 admin_passwd = tryton language = es_VE #timezone = False Tryton queda instalado como un Servicio y Cliente en: /usr/bin/trytond /usr/bin/tryton Tryton queda instalado como módulos de Python en: /usr/local/lib/python2.6/dist-packages/trytond-2.4.1-py2.6.egg/trytond /usr/local/lib/python2.6/dist-packages/tryton-2.4.0-py2.6.egg/tryton 4.- Crear el Usuario en el Servidor PostgreSQL: $ sudo su postgres -c "createuser --createdb --no-adduser -P tryton" 5.- Crear el Usuario en GNU/Linux: $ sudo useradd tryton 6.- Iniciar el Servidor y el Cliente Tryton: $ sudo trytond $ sudo tryton 7.- Crear la Base de Datos Tryton en el Servidor PostgreSQL: - En el Entorno Cliente: Cancelar la ventana login - Hacer Clic en File>Database>New Database - Rellernar el Formulario y hacer clic en Create 8.- Conectar con los valores configurados: (Clave admin: tryton *admin_passwd) Servidor: localhost:8000 Base de Datos: tryton Usuario/Clave: admin/123456 10. - Ejecutar el Asistente para Configurar/Iniciar los Módulos Instalados: