Skip to content
flywire edited this page Jan 26, 2022 · 4 revisions

Welcome to the lo-p wiki!

Installation

  1. Install python: https://www.python.org/downloads/
  2. Install Material for MkDocs: https://squidfunk.github.io/mkdocs-material/getting-started/
  3. Create repository in a folder:
    git clone https://github.com/flywire/lo-p.git
    
  1. Start the mkdocs server from the directory containing the mkdocs.yml file:
    mkdocs serve
    
  2. Point your browser to localhost:8000

Releases

https://github.com/flywire/lo-p/releases

Publishing site with MkDocs

Deploy project documentation manually, you just invoke the following command from the directory containing the mkdocs.yml file:

mkdocs gh-deploy --force
Clone this wiki locally