Like others in this forum I have not been able to connect to the server with my 
client after finishing the installation.  Here are the steps that were 
performed on my F7 test box:
  yum install postgresql  # installed 8.2.4
  yum install tinyerp-server tinyerp  # installed 4.0.3 and a total of 12 
packages
  service postgresql initdb
  service postgresql start 
  su postgres
  createuser -U postgres --no-createdb --no-adduser -P terp
  createdb -U postgres -O terp --encoding=UNICODE terp
  psql -d terp  # test

  # in a separate terminal:
  tinyerp-client  # brings up the client
  # login screen appears:
    Server: http://localhost:8069
    Database:  Could not connect to server !
    User: demo
    Password: <blank>
        [Cancel]       [OK](greyed out)

   Here is my /etc/tinyerp-server.conf:
[options]
without_demo = False
upgrade = False
verbose = False
xmlrpc = True
db_user = False
db_password = False
root_path = None
soap = False
translate_modules = ['all']
db_name = terp
netrpc = True
demo = {}
interface = 
# db_host = False
db_host = localhost
# db_port = False
db_port = 5432
port = 8069
addons_path = None
reportgz = False

  I've been trying all kinds of different settings in here and then restarting 
tinyerp-server and postgresql but nothing works.  Can anybody tell me what is 
needed here?





_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to