Go to file
Vinicius Silva 8f1f050946 [FIX] test.yml file 2023-12-25 20:03:56 -03:00
.github/workflows [FIX] test.yml file 2023-12-25 20:03:56 -03:00
danix [Feature] Including in Danix Vlang support 2023-12-25 12:41:09 -03:00
img Editing README file 2023-05-17 00:04:15 -03:00
.gitignore Removing .obsidian file 2023-12-25 18:47:00 -03:00
LICENSE Initial commit 2023-05-13 18:59:37 -03:00
README.md Editing README file 2023-05-17 00:04:15 -03:00
danixfs.tar.gz File system 2023-05-13 22:12:55 +00:00

README.md

<html> </html>
  • Author: Vinicius F. da Silva
  • Version 0.1
  • Released: 2023

A very simple subsystem builder!

The Danixfs is a root filesystem management! Build a Alpine subsystem and pre install essentials packages and compiers from languanges choice by user:

Image:

Building a clike environment

System Environments

Environments Snapthots

Required packages

* curl 7.81.0 or higher 
* tar 1.34 or higher 
* python3 or higher
* pip3 or higher

Run Danix

$ sudo make config

To clean configuracion run:

$ sudo make clean
$ danix -h

Common erros

To fix this erro open file registry.py located in /usr/local/lib/python3.10/dist-packages/django/apps/

Search for

raise RuntimeError("populate() isn't reentrant")" 

line. And replace for following code:

self.app_configs = {}

Save file and try again