added readme instruction for running the app with an application_root path
This commit is contained in:
parent
b5586bb748
commit
60f3afe1e5
1 changed files with 6 additions and 0 deletions
|
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue