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

9 lines
275 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
2022-04-06 09:48:34 +00:00