Files
system-installer-daemon/README.md
Jonathan Carter ed2ddb0a77 list debian deps
2025-12-10 21:18:21 +02:00

53 lines
1.4 KiB
Markdown

![Blippie System Installer Hexagon](https://git.jonathancarter.org/system-installer/system-installer-daemon/raw/branch/main/docs/hex-sticker.png)
# Welcome
Welcome to System Installer, a powerful toolkit for setting up an installer for operating systems.
![Installer screenshot](https://git.jonathancarter.org/system-installer/system-installer-daemon/raw/branch/main/docs/screenshots/welcome.png)
Dependencies:
- flask
- pytest
- coverage
- gettext
Recommended:
- libjs-htmx (needed if the web front-end is to be used)
- sass-stylesheets-bulma (needed if the web front-end is to be used)
- libxapp-gtk3-module
On Debian-based systems, you should get everything with the following:
```
apt install python3-flask python3-command-runner python3-pytest python3-dmm gettext libjs-htmx sass-stylesheets-bulma fonts-fork-awesome
```
## Development
**Please Note:** This project is in early development, and if you have stumbled across this page, please note that it is nowhere near ready for production use yet. Hopefully that changes over the next few months!
### Translations
This project uses gettext for translations. More instruction to follow...
### Modules
Back-end modules:
* TODO: Explain DMM modules
Front-end modules:
* TODO: Explain Flask blueprint files
API:
A stable API doesn't exist yet, but it's planned!
## License
This software is released under the GPL-2 license or later. See the LICENSE
file for additional details.