Skip to content

WMRamadan/LXDash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LXDash

A Dashboard for LXD/LXC

Requirements

  • Python3
  • python3-virtualenv
  • python3-pip
  • lxd/lxc

Setup

  1. Create and activate virtual environment and install dependencies:
virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt
  1. Copy .env-example to .env:
cp .env-example .env
  1. Run django server:
cd lxdash/
python3 manage.py runserver

Generate a New Django Secret Key with the following:

python3 -c 'from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())'

Releases

No releases published

Sponsor this project

 

Packages

No packages published