Go to file
Trevor Cooper 84f5a6710a
Merge branch 'import_testing' into migrate_to_testing_wiki
- import_testing created with `git subtree split ...` in wiki.rockylinux.org

Files to be reorganized after import.
2024-04-21 11:52:19 -07:00
.github/workflows Initial commit 2023-04-27 23:39:53 +00:00
QA Fix some formatting and URIs to make the linter happy 2023-05-02 06:33:54 +02:00
dev_guides Fix bold formatting 2023-05-02 06:33:55 +02:00
docs Address @tcooper's feedback 2023-08-15 17:47:23 -05:00
release_criteria Add Identity Management testcase (#45) 2022-10-13 18:32:51 -05:00
.pages feat: GPG keypair generation and signing documentation 2022-06-13 17:44:51 -05:00
LICENSE Initial commit 2023-04-27 23:39:53 +00:00
README.md Add instructions for running a local development instance of the wiki 2023-06-28 14:37:15 -05:00
index.md update testing team members 2023-04-13 21:47:53 -07:00
mkdocs.yml add support for include content 2023-04-29 13:19:57 -07:00
qa_test_cases.md Add Identity Management testcase (#45) 2022-10-13 18:32:51 -05:00
requirements.txt Initial commit 2023-04-27 23:39:53 +00:00

README.md

Testing Team Wiki

This is the wiki repository for the Rocky Linux Testing Team.

https://testing.rocky.page

Continuous Integration / Continuous Deployment

Actions Runner executes workflow to publish to https://testing.rocky.page on push to main.

Local Development

To run a local instance of the wiki for development purposes, do the following:

# Install dependencies
pip3 install -r requirements.txt

# Run the local mkdocs server
mkdocs serve

The wiki will be available at http://127.0.0.1:8080 and will refresh automatically when edited files are saved.