Skip to content
Snippets Groups Projects
Verified Commit fc8ca19a authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Added philosophy / tests instructions

parent 0d0efa65
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,18 @@ Using this role, you can install and upgrade a Funkwhale pod, closely matching o
- Install and configure Funkwhale and it's dependencies
- Install and configure a SSL certificate with Let's Encrypt (optional)
Philosophy
----------
This role strives to:
- Work out-of-the box by default
- Be modular and lightweight
- Avoid dependencies on other ansible roles
- Allow further customization
- Allow running multiple Funkwhale instances on the same host
- Avoid messing with existing software and apps on the server
Installation and usage
----------------------
......@@ -139,6 +151,12 @@ Dependencies
This roles has no other dependencies.
Tests
-----
This role is tested using [molecule](https://molecule.readthedocs.io/en/stable/).
We don't have CI yet, but you can run the tests with `molecule test`.
Todo
----
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment