> >Hi, I openned a vm with ubuntu, and installed the server as indicated > >in the help, but I tried to install the client in the same console and > >there are many errors appearing. is > > What kind of errors ?
I'm not at my server but I too have trouble installing Tryton on ubuntu. I wouldn't say my problem relates to the linux distribution, more my lack of tryton and linux knowledge. > >Also, how Iam I supposed to open the server or the client in ubuntu? > >All I can see is the command line, but not the actual system as I can > >see in windows when I install it. > > I don't understand. Execute commands as per the telesight document. > > >Is there any complete detailed guide besides the one you have in your > >site? > > There is the one from telesight: > > https://docs.google.com/document/d/1G75w6o3FYmaH4PnVzszM9HL8qVi6Q2HOi... This is quite a good start (and a nice solution) but now in addition to getting familar with Linux and Tryton. Proxmox is now another obstacle. > >i think that the installation guide is incomplete, and there are > >lots of problems that are not described in it. > Something we could all contribute to fixing. Here are some notes I made during my attempt to get tryton to run in ubuntu. Probably not the biggest achievement in the world but when it isnt working, then the software/system is of no use to anyone. With computer you have either 0 or 1 (0% working or 100%) usually. Tryton installation steps attempted on ubuntu http://code.google.com/p/tryton/wiki/InstallationMercurial http://code.google.com/p/tryton/wiki/SetupAndStart Before postgresql would install goto synaptic manager and reload the database. python-psycopg2 Install polib by..... sudo pip install polib Check network config has gateway defined. Installl relatorio by.....sudo -E easy_install relatorio Problems with dateutility so.....sudo apt-get install python-dateutil to restart posgresql.....sudo /etc/init.d/postgresql-8.3 restart To start tryton?? :~/workspace/tryton-dist/tryton/bin$ ./tryton Tryton works. But cant load new modules. Try installing depencies recommended in this list.... Depends: ${misc:Depends}, ${python:Depends}, adduser, python-dateutil, python- genshi, python-lxml, python-relatorio, python-simplejson, python-polib, python-pkg-resources Recommends: postgresql, python-psycopg2, postgresql-client, python-openssl, python-pydot, python-tz, python-webdav Suggests: tryton-client | tryton-neso, python-psyco, python-sphinx, unoconv, libreoffice-draw, libreoffice-writer, libreoffice-calc Description: Tryton Application Platform (Server) Tryton is a high-level general purpose application platform written in Python and using PostgreSQL as database engine. It is the core base of a complete business solution. Run the setup command like this..... python setup.py tryton By now I could start the tryton client and connect to the database that i created using the tryton client. Now I have a problem where I dont have any modules to install using the tryton client. When trying to Hg to clone the repositories downloaded and extracted the hgnested module. For the install to complete headers was required so tried to use "sudo apt-get install build-essential" to correct. But no success getting hgnested operational. So now I'm a little stuck also. I hope some of these comments help move you forward. If you have better success than this I'd appreciate seeing any notes you can supply. Regards, Tray -- [email protected] mailing list
