Merge branch 'feature/themes_fix' into 'master'
Cern theme directory fix See merge request cara/cara!313
This commit is contained in:
commit
0c34d9c478
3 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ services:
|
|||
- COOKIE_SECRET
|
||||
- APP_NAME=cara-webservice
|
||||
- CARA_CALCULATOR_PREFIX=/calculator-cern
|
||||
- CARA_THEME=cara/apps/calculator/themes/cern
|
||||
- CARA_THEME=cara/apps/templates/cern
|
||||
user: ${CURRENT_UID}
|
||||
|
||||
cara-calculator-open:
|
||||
|
|
|
|||
|
|
@ -12,4 +12,4 @@ pip3 install -e .
|
|||
echo "############################################"
|
||||
echo "CARA is now running at http://localhost:8080"
|
||||
echo "############################################"
|
||||
python3 -m cara.apps.calculator --theme=cara/apps/calculator/themes/cern
|
||||
python3 -m cara.apps.calculator --theme=cara/apps/templates/cern
|
||||
|
|
@ -6,4 +6,4 @@ pip install -e .
|
|||
echo "############################################"
|
||||
echo "CARA is now running at http://localhost:8080"
|
||||
echo "############################################"
|
||||
python -m cara.apps.calculator --theme=cara/apps/calculator/themes/cern
|
||||
python -m cara.apps.calculator --theme=cara/apps/templates/cern
|
||||
Loading…
Reference in a new issue