cara/caimira/scripts/themes/cern/caimira_script.sh

9 lines
311 B
Bash
Raw Normal View History

2022-12-15 14:30:11 +00:00
git clone https://gitlab.cern.ch/caimira/caimira.git
cd caimira
2021-11-04 08:18:44 +00:00
pip install -e .
2021-11-08 11:02:41 +00:00
echo "############################################"
echo "CAiMIRA is now running at http://localhost:8080"
2021-11-08 11:02:41 +00:00
echo "############################################"
python -m caimira.apps.calculator --theme=caimira/apps/templates/cern
2022-04-06 09:48:34 +00:00