No description
Find a file
Mathieu Benoit 4ee04e0dde Merge branch 'fix_docker_volume_config'
When set a volume for /etc/odoo in kubernetes, it overwrite /etc/odoo/odoo.conf and the docker cannot start.
This script will copy /etc/odoo/odoo.conf in a temporary place to recopy it when volumes is mounted.
2020-12-11 00:21:21 -05:00
.github [IMP] Copy ERPLibre from https://github.com/mathbentech/InstallScript 2020-04-20 03:56:45 -04:00
doc [ADD] doc to create a release docker 2020-11-21 00:11:13 -05:00
docker [ADD] docker: support when volume is mounted on /etc/odoo 2020-12-11 00:20:42 -05:00
manifest [UPD] muk_base with erplibre signature 2020-11-21 00:11:13 -05:00
script [UPD] wkhtmltox 0.12.6-1 for OSX cocoa 2020-11-21 00:14:48 -05:00
.gitignore [ADD] 4 documentations generated dev, test, migration and user 2020-10-04 15:24:02 -04:00
.python-version [ADD] poetry support 2020-09-30 20:51:57 -04:00
.travis.yml [FIX] docker missing volume for config of odoo 2020-09-30 20:52:13 -04:00
CHANGELOG.md [FIX] rename http://git.erplibre.ca/ to https://github.com/ERPlibre/ 2020-11-21 00:10:28 -05:00
default.xml Release v1.1.0 2020-10-01 01:21:32 -04:00
docker-compose-dev.yml [ADD] docker : new hierchical layout 2020-09-30 20:52:04 -04:00
docker-compose.yml Merge pull request #13 from ERPLibre/docker_release_documentation 2020-11-20 22:27:54 -05:00
env_var.sh [ADD] docker_build with release 2020-11-21 00:11:08 -05:00
ignore_requirements.txt [ADD] 4 documentations generated dev, test, migration and user 2020-10-04 15:24:02 -04:00
LICENSE Initial commit 2020-04-12 21:20:13 -04:00
Makefile [ADD] 4 documentations generated dev, test, migration and user 2020-10-04 15:24:02 -04:00
poetry.lock [ADD] 4 documentations generated dev, test, migration and user 2020-10-04 15:24:02 -04:00
poetry.toml [ADD] poetry support 2020-09-30 20:51:57 -04:00
pyproject.toml [ADD] 4 documentations generated dev, test, migration and user 2020-10-04 15:24:02 -04:00
README.md [FIX] rename http://git.erplibre.ca/ to https://github.com/ERPlibre/ 2020-11-21 00:10:28 -05:00
requirements.txt [ADD] poetry update support dependency in manifest 2020-09-30 20:52:13 -04:00
run.sh [ADD] poetry support 2020-09-30 20:51:57 -04:00
source_repo_addons.csv [ADD] odoo-module-migrator 2020-11-20 22:22:01 -05:00
TODO.md [ADD] poetry support 2020-09-30 20:51:57 -04:00

ERPLibre documentation

Select a guide to install your environment!

Easy way to run locally

Clone the project

git clone https://github.com/ERPLibre/ERPLibre.git
cd ERPLibre

Support Ubuntu 18.04 and OSX

./script/install_dev.sh
./script/install_locally_prod.sh

Update your configuration if you need to run somehere than 127.0.0.1, file config.conf

#xmlrpc_interface = 127.0.0.1
#netrpc_interface = 127.0.0.1

Run

./run.sh

Discover guide

Guide to run ERPLibre in discover to learn it.

Production guide

Guide to run ERPLibre in production server.

Development guide

Guide to run ERPLibre in development environment.

Execution

Guide to run ERPLibre with different case.

git-repo

To change repository like addons, see GIT_REPO.md