First clone the repository, then run pip3 install -r requirements.txt
inside of the repository folder.
<to be added>
This app is designed for linux distributions. You can install the dependecises for linux using the following command:
Amin@Maximus:./Data-Manager$ bash requirements_linux.sh
Please take a look at here for documentations.
After installing the dependencies, you can run the program via following command:
Amin@Maximus:./Data-Manager$ python3 src/main.py --server_ip localhost --port 8080
You can access the app via the following url http://localhost:8080. It is also possible to run the program on a different PORT (Please make sure that PORT is open in your firewall settings). The default username and password are admin and admin (You can change this password in the profile tab).
Please take a look at here for the full documentation.