Web-based GUI for Bok/90Prime control.
% cd /home/primefocus
% git clone https://github.com/so-90prime/bok-90prime-gui.git
% cd /home/primefocus/bok-90prime-gui
% echo "INDIHOST='localhost'" >> /home/primefocus/bok-90prime-gui/.env
% echo "INDIPORT=7624" >> /home/primefocus/bok-90prime-gui/.env
% echo "WEBHOST='localhost'" >> /home/primefocus/bok-90prime-gui/.env
% echo "WEBPORT=5555" >> /home/primefocus/bok-90prime-gui/.env
% conda install --file /home/primefocus/bok-90prime-gui/conda.yml
% python3 -m pip install python-dotenv
% python3 -m pip install tornado
% python3 -m pip install git+https://github.com/MMTObservatory/pyINDI.git
% python3 /home/primefocus/bok-90prime-gui/src/bok.py
Last Modified: 20220829
Last Author: Phil Daly ([email protected])