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

9 lines
269 B
Bash
Raw Normal View History

2021-11-04 08:18:44 +00:00
git clone https://gitlab.cern.ch/cara/cara.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