OPSEC Bible
⭕️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-biblepython -m venv venvLinux: source venv/bin/activateWindows: venv\Scripts\activate pip install -r requirements.txt Setting up the service locally (internally):mkdocs serveThe service will start at:http://127.0.0.1:8000 https://t.me/tiivik/2449

You must be logged in to post a comment.