https://github.com/sibyx/nug-admin
Simple web administration for the Project Nug
https://github.com/sibyx/nug-admin
Last synced: 2 months ago
JSON representation
Simple web administration for the Project Nug
- Host: GitHub
- URL: https://github.com/sibyx/nug-admin
- Owner: Sibyx
- License: gpl-3.0
- Created: 2022-04-12T23:59:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-14T14:18:36.000Z (over 3 years ago)
- Last Synced: 2025-06-12T04:43:16.187Z (4 months ago)
- Language: Python
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# nug-admin
**Work in progress**
Simple web administration for the Project Nug.
This project is a part of my master thesis on the
[Faculty of Informatics and Information Technologies STU in Bratislava](https://www.fiit.stuba.sk/en.html) on the
subject of KVM switch implementation.## Installation
Please keep in mind, that application need to have `root` privileges (or any alternative to control `supervisord`
service) to work correctly.1. Create python virtual environment (`python -m venv venv`)
2. Enter environment (`source venv/bin/activate`)
3. Install dependencies `pip install -r requirements.txt`
4. Create `.env` file according `.env.example`
5. Execute migrations `python manage.py migrate`
6. Create superuser using `python manage.py createsuperuser`---
With ❤️☕️🥃🍀 Jakub Dubec 2022