added readme instruction for running the app with an application_root path

This commit is contained in:
Luis Aleixo 2023-03-20 08:32:16 +00:00
parent b5586bb748
commit 60f3afe1e5

View file

@ -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:
```