No description
Find a file
Mathieu Benoit 2888cbf890 [ADD] poetry support
- Auto regenerate poetry pyproject.toml from all requirements.txt with
script poetry_update.py
- Sort dependancy in pyproject.toml
- Rename directory venv to .venv
- In bash, use USER instead of whoami
- Remove python3 from ubuntu dependancy. Ignore python from system.
- Use pyenv with poetry
- Simplify pip installation script
2020-09-30 20:51:57 -04:00
.github [IMP] Copy ERPLibre from https://github.com/mathbentech/InstallScript 2020-04-20 03:56:45 -04:00
doc [ADD] poetry support 2020-09-30 20:51:57 -04:00
manifest [ADD] odooaktiv product_rating_app and Pledra odoo-product-configurator 2020-07-25 04:56:18 -04:00
script [ADD] poetry support 2020-09-30 20:51:57 -04:00
.gitignore [ADD] poetry support 2020-09-30 20:51:57 -04:00
.python-version [ADD] poetry support 2020-09-30 20:51:57 -04:00
CHANGELOG.md [ADD] CHANGELOG.md with release 1.0.1 2020-07-14 22:19:11 -04:00
default.xml [UPD] manifest from staged to update prod. 2020-07-14 02:30:02 -04:00
env_var.sh [UPD] create script to run repo sync on manifest 2020-07-14 22:19:11 -04:00
LICENSE Initial commit 2020-04-12 21:20:13 -04:00
poetry.lock [ADD] poetry support 2020-09-30 20:51:57 -04:00
poetry.toml [ADD] poetry support 2020-09-30 20:51:57 -04:00
pyproject.toml [ADD] poetry support 2020-09-30 20:51:57 -04:00
README.md [ADD] Readme.md with easy guide to run ERPLibre 2020-07-14 22:19:11 -04:00
requirements.txt [ADD] poetry support 2020-09-30 20:51:57 -04:00
run.sh [ADD] poetry support 2020-09-30 20:51:57 -04:00
source_repo_addons.csv [ADD] odooaktiv product_rating_app and Pledra odoo-product-configurator 2020-07-25 04:56:18 -04: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 http://git.erplibre.ca/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