From 60f3afe1e530cdda7a69910672cabf398e35b12c Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Mon, 20 Mar 2023 08:32:16 +0000 Subject: [PATCH] added readme instruction for running the app with an application_root path --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9318bd60..6ae24d2b 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,12 @@ To run with a specific template theme created: python -m caimira.apps.calculator --theme=caimira/apps/templates/{theme} ``` +To run the entire app in a different `APPLICATION_ROOT` path: + +``` +python -m caimira.apps.calculator --app_root=/myroot +``` + To run the calculator on a different URL path: ```