Skip to main content

Home/ BI-TAGS/ Group items tagged odoo

Rss Feed Group items tagged

cezarovidiu

Nkr1ptD: Using Apache with Odoo 8 and Ubuntu 14.04 - 0 views

  • We will restrict Odoo to only the localhost still running at port 8069
  • You probably want make it easier for you and your users, having a reverse proxy setup in order to accept the connect at port 80 or 443.  We will restrict Odoo to only the localhost still running at port 8069.
cezarovidiu

odoo.guide | Impart Valuable Odoo Knowledge - 0 views

  • STEP #1 – get pgAdmin Install pgAdmin from pgadmin.org STEP #2 – allow postgre server remote connections from everywhere Open etc/postgresql/9.x/main/pg_hba.conf and add following line: host    all             all             all                     md5 STEP #3 – let the postgre server listen to everyone Open etc/postgresql/9.x/main/postgresql.conf and change following line: listen_addresses = ‘*’ STEP #4 – give the user “postgres” a password Start the psql terminal: sudo -u postgres psql Give a password: ALTER USER postgres PASSWORD ‘yourpassword'; Leave the psql terminal: \q STEP #5 Restart postgre server by executing this terminal command: sudo /etc/init.d/postgresql restart STEP #6 Start pgAdmin and add a connection to a server like this:
cezarovidiu

Odoo Apps - 0 views

1 - 20 of 38 Next ›
Showing 20 items per page