generated from sig_core/wiki-template
Trevor Cooper
84f5a6710a
- import_testing created with `git subtree split ...` in wiki.rockylinux.org Files to be reorganized after import. |
||
---|---|---|
.github/workflows | ||
dev_guides | ||
docs | ||
QA | ||
release_criteria | ||
.pages | ||
index.md | ||
LICENSE | ||
mkdocs.yml | ||
qa_test_cases.md | ||
README.md | ||
requirements.txt |
Testing Team Wiki
This is the wiki repository for the Rocky Linux Testing Team.
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.