From 2fcd3d694dcde8c102f2a32b9494da6a09bdbea8 Mon Sep 17 00:00:00 2001 From: PAlexanderFranklin Date: Mon, 6 May 2024 11:41:31 -0700 Subject: [PATCH] Update readme with instructions for updating erpnext --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 8dd303dd..787da93b 100644 --- a/README.md +++ b/README.md @@ -111,10 +111,22 @@ https://docs.gitea.com/packages/packages/container `sudo python3 easy-installer.py --prod --email support@lasthourhosting.org --site erp.sprinklersnorthwest.com` +`bench use` should already be done by the installer. + Create a project through the dashboard with the sidebar, then login with the admin account and view the projects page through the other dashboard, you should see edits. +To update erpnext, ensure the "backend" container has git repositories in the frappe and erpnext apps: +`git init` +`git remote add upstream ` +`git fetch upstream ` +`git checkout --force` +`git clean -fd` + +Then from ./frappe-bench run: +`bench update` +