Skip to content

TM-Squared/Homnet-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard Homnet

Setup

The first thing to do is to clone the repository:

$ git clone https://github.com/10Saavage/Homnet-Dashboard.git
$ cd Homnet-Dashboard

Create a virtual environment to install dependencies in and activate it

On linux

$ python -m venv venv
$ source venv/bin/activate

On Windows

python -m venv ./venv
./venv/Scripts/activate

Then install the dependencies:

(venv)$ python -m pip install -r requirements.txt

Once pip has finished downloading the dependencies:

(venv)$ cd homnet-Dashboard
(venv)$ python manage.py makemigrations
(venv)$ python manage.py migrate
(venv)$ python manage.py runserver

And navigate to http://127.0.0.1:8000/

About

Administration of Mikrotik routers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published