{"id":1533,"date":"2025-04-18T18:11:17","date_gmt":"2025-04-18T10:11:17","guid":{"rendered":"http:\/\/www.leyiwangyou.top\/?p=1533"},"modified":"2025-04-18T18:11:17","modified_gmt":"2025-04-18T10:11:17","slug":"kiwi-tcms","status":"publish","type":"post","link":"http:\/\/www.leyiwangyou.top\/?p=1533","title":{"rendered":"Kiwi TCMS"},"content":{"rendered":"<h1>The leading open source test management system<\/h1>\n<p>Official Site: <a href=\"https:\/\/kiwitcms.org\/\">https:\/\/kiwitcms.org\/<\/a><\/p>\n<p>Document: <a href=\"https:\/\/kiwitcms.readthedocs.io\/en\/latest\/\">https:\/\/kiwitcms.readthedocs.io\/en\/latest\/<\/a><\/p>\n<p>github\uff1a<a href=\"https:\/\/github.com\/kiwitcms\/Kiwi\">https:\/\/github.com\/kiwitcms\/Kiwi<\/a><\/p>\n<h2>Running Kiwi TCMS as a Docker container<\/h2>\n<h3>create docker-compose.yml<\/h3>\n<pre><code class=\"language-yml\">version: &#039;2&#039;\n\nservices:\n    db:\n        container_name: kiwi_db\n        image: mariadb:latest\n        command:\n            --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci\n        volumes:\n            - db_data:\/var\/lib\/mysql\n        restart: always\n        environment:\n            # checkov:skip=CKV_SECRET_6:Base64 High Entropy String\n            MYSQL_ROOT_PASSWORD: kiwi-1s-aw3s0m3\n            MYSQL_DATABASE: kiwi\n            MYSQL_USER: kiwi\n            MYSQL_PASSWORD: kiwi\n\n    web:\n        container_name: kiwi_web\n        depends_on:\n            - db\n        restart: always\n        image: pub.kiwitcms.eu\/kiwitcms\/kiwi:latest\n        ports:\n            - 80:8080\n            - 443:8443\n        volumes:\n            - uploads:\/Kiwi\/uploads:Z\n        environment:\n            KIWI_DB_HOST: db\n            KIWI_DB_PORT: 3306\n            KIWI_DB_NAME: kiwi\n            KIWI_DB_USER: kiwi\n            KIWI_DB_PASSWORD: kiwi\n        cap_drop:\n          - ALL\n\nvolumes:\n    db_data:\n    uploads:<\/code><\/pre>\n<h3>start docker container<\/h3>\n<pre><code>docker compose up -d<\/code><\/pre>\n<p><img decoding=\"async\" src=\"http:\/\/www.leyiwangyou.top\/wp-content\/uploads\/2025\/04\/img-20250418180210.png\" alt=\"\" \/><\/p>\n<h3>visit <a href=\"https:\/\/localhost\/\">https:\/\/localhost\/<\/a> and initializa database<\/h3>\n<p><img decoding=\"async\" src=\"http:\/\/www.leyiwangyou.top\/wp-content\/uploads\/2025\/04\/img-20250418180221.png\" alt=\"\" \/><\/p>\n<h3>register an account and login<\/h3>\n<p><img decoding=\"async\" src=\"http:\/\/www.leyiwangyou.top\/wp-content\/uploads\/2025\/04\/img-20250418180357.png\" alt=\"\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The leading open sou<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1533","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"http:\/\/www.leyiwangyou.top\/index.php?rest_route=\/wp\/v2\/posts\/1533","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.leyiwangyou.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.leyiwangyou.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.leyiwangyou.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.leyiwangyou.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1533"}],"version-history":[{"count":1,"href":"http:\/\/www.leyiwangyou.top\/index.php?rest_route=\/wp\/v2\/posts\/1533\/revisions"}],"predecessor-version":[{"id":1538,"href":"http:\/\/www.leyiwangyou.top\/index.php?rest_route=\/wp\/v2\/posts\/1533\/revisions\/1538"}],"wp:attachment":[{"href":"http:\/\/www.leyiwangyou.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1533"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.leyiwangyou.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1533"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.leyiwangyou.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1533"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}