⭕️How can we set up this service locally on our system for greater convenience and security?
After unzipping the project, run the following commands (feel free to ask if you have any questions):
cd the-opsec-bible
python -m venv venv
Linux: source venv/bin/activate
Windows: venv\Scripts\activate
pip install -r requirements.txt
Setting up the service locally (internally):
mkdocs serve
The service will start at:
http://127.0.0.1:8000
