/metquest-front

Web based user interface for Metquest

Primary LanguageHTMLMIT LicenseMIT

metquest-front

Web based user interface for MetQuest

Installation Steps

  • 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.

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