wiki/README.md

22 lines
587 B
Markdown
Raw Permalink Normal View History

2023-04-28 21:20:32 +00:00
# Testing Team Wiki
2023-04-27 23:39:53 +00:00
2023-04-28 21:20:32 +00:00
This is the wiki repository for the Rocky Linux Testing Team.
https://testing.rocky.page
2023-04-27 23:39:53 +00:00
## Continuous Integration / Continuous Deployment
2023-04-28 21:20:32 +00:00
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.