53 lines
1.4 KiB
Markdown
53 lines
1.4 KiB
Markdown

|
|
|
|
# Welcome
|
|
|
|
Welcome to System Installer, a powerful toolkit for setting up an installer for operating systems.
|
|
|
|

|
|
|
|
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.
|