Web based user interface for MetQuest
- Clone the metquest-front directory, as follows:
git clone https://github.com/man-shu/metquest-front.git
- Install metquest via pip, as follows:
sudo pip3 install metquest
or check here for other installation options.
- Install flask and flask-wtforms via pip, as follows:
sudo pip3 install flask
sudo pip3 install Flask-WTF
-
Install d3flux, as follows:
- Download and extract 'd3flux-master.zip' file from here.
- Change to the extracted 'd3flux-master' directory and setup a development version of the same, as follows:
cd d3flux-master sudo python3 setup.py develop
- Copy and replace the 'd3flux-master' directory with the one (having the same name) in the 'metquest-front' directory.
-
Change to the 'metquest-front' directory and run either of the 'metquest-flask.py' or 'knockout.py', as follows:
cd metquest-front
python3 metquest-flask.py
or
cd metquest-front
python3 knockout.py