Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.83 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.83 KB

NeuroDUI

Neuro Data User Interface


built with Python3 built with SQLite built with HTML built with CSS built with Shell Script

Installation

Source code

First clone the repository, then run pip3 install -r requirements.txt inside of the repository folder.

PyPI

<to be added>

Linux dependencies

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

Usage

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

Documentation

Please take a look at here for the full documentation.