erplibre/doc/DISCOVER.md

600 B

Discover

Explore the ERPLibre solution.

Fast installation

1. Clone the project:

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

2. Run installation locally:

cd ERPLibre
./script/install_dev.sh
./script/install_locally_dev.sh

3. Run ERPLibre

./run.sh

Add repo

Access to a new repo, add your URL to file source_repo_addons.csv

Execute script:

./script/git_repo_manifest.py
git checkout -b new_branch
git commit -am "Add new repo"
./script/install_locally_dev.sh

Update your repo.