I installed OpenERP 7 on a Windows XP OS with the All-in-one setup. During the testing-phase I was running everything under localhost on my virtual machine. The databases are hosted under postgresql 9.2, and I can backup/restore using Pgadmin III without problems.
Now I want to assgign an IP adress to my databases and the server, so I can naviagate to the web client from a different machine in the network.
Most of the information I find is for linux distributions or older versions of OpenERP, and it's quite confusing. Thus far I've only been facing error messages when trying to make the necessary changes.
Could someone please tell me all the configuration files I need to edit under windows, so I don't miss any? The location of set file is good information, but if you would just tell me all the names of the config files, I would already be very grateful.
I have already editted the "openerp-server.conf" files under "C:\Program Files\OpenERP 7.0-20130305-002149\Server\server".
It now reads:
[options]
without_demo = False
unaccent = False
db_template = template1
db_password =openpgpwd
xmlrpcs = True
xmlrpcs_interface =
syslog = False
logrotate = True
xmlrpcs_port = 8071
test_report_directory = False
list_db = True
timezone = False
xmlrpc_interface = 192.168.100.102
test_file = False
smtp_password = False
secure_pkey_file = server.pkey
xmlrpc_port = 8069
workers = 0
log_level = info
xmlrpc = True
admin_passwd = admin
smtp_port = 25
smtp_server = localhost
static_http_url_prefix = None
limit_request = 8192
test_commit = False
proxy_mode = False
demo = {}
dbfilter = .*
login_message = False
import_partial =
pidfile = None
db_maxconn = 64
osv_memory_count_limit = False
reportgz = False
osv_memory_age_limit = 1.0
netrpc_port = 8070
db_port =5432
db_name = False
debug_mode = False
netrpc = False
limit_time_real = 120
limit_memory_hard = 805306368
logfile = C:\Program Files\OpenERP 7.0-20130305-002149\Server\server\openerp-server.log
csv_internal_sep = ,
limit_time_cpu = 60
pg_path =C:\Program Files\OpenERP 7.0-20130305-002149\PostgreSQL\bin
limit_memory_soft = 671088640
static_http_enable = False
translate_modules = ['all']
smtp_ssl = False
server_wide_modules = None
netrpc_interface =
smtp_user = False
log_handler = [':INFO']
db_user =openpg
db_host = 192.168.100.102
test_enable = False
max_cron_threads = 2
static_http_document_root = None
email_from = False
addons_path = C:\Program Files\OpenERP 7.0-20130305-002149\Server\server\openerp\addons
secure_cert_file = server.cert
Is there anything else I need to edit in this file, or in another file?
I have since also gone through the "postgresql.conf", "pgpass.conf" and "pg_hba.conf" files, under the Openerp/Server/Postgresql/data folder; and editted any mention of localhost to "192.168.100.102". The ports I left unchanged.
Since then I have stopped and started the OpenERP Server process under services a few times, but as of now I can't reach my server through either adress. (localhost nor the fixed IP adress)
I'm not sure I'm going about this the right way, any feedback would be appreciated.
I have fixed my problem some time ago, I found it best to start from a fresh install. Leave all settings default, and start editting network settings once the server is already up and running.