Go to file
Trevor Cooper 534daf00db
initial relocation of pages testing content
2024-04-21 11:59:01 -07:00
.github/workflows Initial commit 2023-04-27 23:39:53 +00:00
docs initial relocation of pages testing content 2024-04-21 11:59:01 -07: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
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.