Constellation is a landing page to display all of the results of Kuiper Linux testing on hardware.
Requirements on running:
cloned constellation cloned telemetry virtual environment of constellation
--> Constellation setup <-- (Recommended: Run to vm)
-
Create owner folder or go to your preferred folder in your linux server. mkrdir <owner_folder> or cd <owner_folder>
-
Clone Constellation and Telemetry git clone https://github.com/sdgtt/constellation.git git clone https://github.com/sdgtt/telemetry.git
-
Create virtual environment, to create type this to your terminal: python3 -m virtualenv <env_folder_name>
-
Go to Telemetry cloned folder and install requirements cd telemetry/ pip install -r requirements.txt pip install -r requirements_dev.txt cd ..
-
Run or activate your virtualenv source envConstellation/bin/activate
-
Go to Constellation cloned folder and install requirements pip install telemetry pip install -r requirements.txt pip install -r requirements_dev.txt
-
Once installed, run the in development mode. export FLASK_ENV=development export ES=192.168.10.12 flask run --host=0.0.0.0 --port=5002