From 5cf8e68327bc248989bb5770b1c58dc6de272626 Mon Sep 17 00:00:00 2001 From: chabad360 Date: Thu, 5 Mar 2020 02:00:54 +0000 Subject: [PATCH] update docs for INSTALL_APPS --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 611cde45..bef76892 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ docker exec -it \ -e "DB_ROOT_USER=$DB_ROOT_USER" \ -e "MYSQL_ROOT_PASSWORD=$MYSQL_ROOT_PASSWORD" \ -e "ADMIN_PASSWORD=$ADMIN_PASSWORD" \ - -e "INSTALL_ERPNEXT=1" \ + -e "INSTALL_APPS='erpnext'" \ _erpnext-python_1 docker-entrypoint.sh new ``` @@ -115,7 +115,7 @@ Environment Variables needed: - `DB_ROOT_USER`: MariaDB Root user. The user that can create databases. - `MYSQL_ROOT_PASSWORD`: In case of mariadb docker container use the one set in `MYSQL_ROOT_PASSWORD` in previous steps. In case of managed database use appropriate password. - `ADMIN_PASSWORD`: set the administrator password for new site. -- `INSTALL_ERPNEXT=1`: available only in erpnext-worker and erpnext containers. Installs ERPNext on this new site. +- `INSTALL_APPS='erpnext'`: available only in erpnext-worker and erpnext containers (or other containers with custom apps). Installs ERPNext (and/or the specified apps, comma-delinieated) on this new site. - `FORCE=1`: is optional variable which force installs the same site. #### Backup Sites