8000 GitHub - lorissantamaria/odoo8: Odoo8 on Centos 7 with systemd and journald support
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lorissantamaria/odoo8

Repository files navigation

Docker container for Odoo 8

To run the container:

docker run -t -d --log-driver=journald \
  -v /etc/odoo:/etc/odoo \
  -v /var/lib/odoo:/var/lib/odoo \
  -v /sys/fs/cgroup:/sys/fs/cgroup:ro \
  -p 8069:8069 -p 8072:8072 \
  lorissantamaria/odoo8

First time you run the container you must edit /etc/odoo/openerp-server.conf, point the odoo instance to a working PostgreSQL install and change the master password. After that, restart the container and point your browser at http://your.docker.host:8069

You will be able to see odoo logs running journalctl -a CONTAINER_NAME=odoo8 from the host

About

Odoo8 on Centos 7 with systemd and journald support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0