Skip to content
/ felis Public
forked from vonabarak/felis

fork of vonabarak/felis. A django-based web-application to manage FreeBSD jails

Notifications You must be signed in to change notification settings

sn3ak/felis

 
 

Repository files navigation

felis

a fork of vonabarak/felis.

A django-based web-application to manage FreeBSD jails.

Working on Documenting this project.

Table of Contents

Package Requirements

Install the following packages on the jail host

  1. pkg install postgresql13-client sudo sqlite3 python39 py39-pip py39-sqlite3 py39-supervisor py39-virtualenv

felis Installation

Setup a virtual environment

felis Installation

  1. Download Code
  2. pip -r requirements.txt
  3. edit felis/settings.py
    • Create a secure SECRET_KEY
    • Add host IP to ALLOWED_HOSTS
    • Change DATABASE settings
    • Update CACHES
    • Update Q_CLUSTER
    • Change FELIS_WORK_DIR
  4. manage.py migrate felis Create initial Database
  5. manage.py migrate selfcheck - May not be needed. Need to update notes
  6. manage.py createsuperuser to create your initial user
  7. manage.py runserver 0.0.0.0:8000 Start application
  8. manage.py qcluster Start Scheduled tasks application

Web Interface

Connect to the web interface by at Host_IP:8000

About

fork of vonabarak/felis. A django-based web-application to manage FreeBSD jails

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.2%
  • Python 45.6%
  • JavaScript 3.2%
  • CSS 3.1%
  • Shell 0.9%