Ok. My message was too short. Trying to remember the exact procedure. This is not the best way, but it's simpler and faster.
1) download tinyerp-client-4.1.0.tar.gz and tinyerp-server-4.1.0.tar.gz. Put them on your /home/yourusername/Desktop 2) extract both files there (right-click, extract here...) 3) in Synaptic, enable universe repository, and reload the package list 4) install postgresql-8.2, tinyerp-server, tinyerp-client, python2.4 5) create a postgresql superuser; in a terminal: sudo su - postgres createuser -sP yourusername (enter a password, when required) 6) In a terminal: cd /home/yourusername/Desktop/tinyerp-server-4.1.0/bin python2.4 ./tinyerp-server cd ../../tinyerp-client/bin python2.4 ./tinyerp-client So you launched the server and the client. The manual is very clear from now on. If you want you can deinstall tinyerp-server and tinyerp-client packages (apt-get remove tinyerp-server tinyerp-client) (Using Synaptic, apt-get, aptitude is the same!) Hope this helps. Emanuele. _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
