Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RivLink Manager

RivLink Manager is an attempt to make network switches administration accessible to anyone.

Installation

git clone https://github.com/rivlink/rivlink_manager
cd rivlink_manager
virtualenv --python=python3 env
source env/bin/activate
pip install django
pip install napalm
./manage.py makemigrations
./manage.py migrate
./manage.py createsuperuser

Configuration

Edit rivlink_manager/settings.py

  • Input your own secret key
  • Set debug to false
  • Add all the allowed hosts you need, for example 127.0.0.0.1 or domain.local

Run

source env/bin/activate
./manage.py runserver 0.0.0.0:8000

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages