a fork of vonabarak/felis.
A django-based web-application to manage FreeBSD jails.
Working on Documenting this project.
pkg install postgresql13-client sudo sqlite3 python39 py39-pip py39-sqlite3 py39-supervisor py39-virtualenv
- Download Code
pip -r requirements.txt
- 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
manage.py migrate felis
Create initial Databasemanage.py migrate selfcheck
- May not be needed. Need to update notesmanage.py createsuperuser
to create your initial usermanage.py runserver 0.0.0.0:8000
Start applicationmanage.py qcluster
Start Scheduled tasks application
Connect to the web interface by at Host_IP:8000