The Kiwi TCMS application is officially distributed and deployed as a container image with all of its source code available on GitHub. The Kiwi TCMS Community Edition container can be built from source and DOES NOT require additional package artifacts!
Subscribers enjoy the benefit of read-only access to private package repositories for extra add-ons maintained by the Kiwi TCMS team for the purposes of building their own downstream containers, custom development and/or creating their own non-standard deployment configurations!
Important: you can find your credentials at the
subscriptions page,
MORE -> Subscriptions. To make use of them try:
For Python:
export PKG_TOKEN="token-from-page"
pip install --index-url https://${PKG_TOKEN}@pkg.kiwitcms.eu/pypi/ --extra-index-url https://pypi.org/simple/ <package-name>