piratacentenario wrote:
- do i need to create a linux account named terp so postgres in the identsameuser mode authenticate it?
- why before I follow your suggestions the output on server was "could not connect to database terp" and now is the database template1?
Once Python and the needed libraries are installed, and postgres is installed in its default state, I found that I needed do almost nothing on a fresh installation of Ubuntu 7.04 to make it all work.
So I just download the server and client files, run
Code:
python setup.py build
sudo python setup.py install
on them, and then in one terminal window
Code:
sudo su postgres -c tinyerp-server
and in another terminal window
Code:
tinyerp-client
So I've not encountered the problems you've run into. No messing with accounts (for single server mode). No messing with terp or template1 databases. No pgadmin III! The client says it's got no database so you create one through File > Databases > New database. That's all I needed.
I know that I'd reinstall Ubuntu and start again (and I have done that a few times). Maybe you're not in a position to be able to do that.
Regards,
Geoff