Documentation
All of the technical aspects of Anweddol are documented on the corresponding implementations readthedocs pages, and for every field of use.On this page you will retrieve all the links and references to the documentation for each implementation, if you have any questions or comments concerning the documentation, open an issue on the affiliated repository or post it on the project [Zulip organization].
Note on implementation installation
When an Anweddol implementation is installed, there is actually 2 distinct elements installed :
- The python package : Contains all the basic features and tools that an Anweddol implementation must have to be functional: it can be used by developers to create their own Anweddol-related software.
- The built-in CLI software : The ready-to-use CLI based on the current python package. It allows users to benefit directly from the implementation without having to code their own software. Note that it is dependant of the python package itself, which is why it is integrated.
ISO factory
The Anweddol ISO factory is a BASH script that creates up-to-date, functional debian images for use by Anweddol servers as container OSes. Although there is no documentation of its own, there are instructions for use in the README file on the dedicated repository:
ISO Factory repository