logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install OI-wiki/OI-wiki. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

OI-wiki/OI-wiki Installation Guide

How to install OI-wiki/OI-wiki. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for OI-wiki/OI-wiki. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i OI-wiki/OI-wiki
or

Install via npx

npx @hexmos/ipm i OI-wiki/OI-wiki

Prerequisites

Python

language

Version: >=3.6.0

Git

system_tool

Used for version control and code management.

mkdocs

build_tool

Version: 1.0.0

uv

system_tool

Used for serving static files and handling web requests.

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Git Clone and Serve

git clone https://github.com/OI-wiki/OI-wiki.git -b gh-pages

cd OI-wiki

uv run mkdocs serve -v

Pip Install and Sync

git clone https://github.com/OI-wiki/OI-wiki.git --depth=1

cd OI-wiki

pip install uv

uv sync --index-url https://pypi.tuna.tsinghua.edu.cn/simple/

Build Static Site

uv run mkdocs build -v

Post Installation Steps

  • Start the server: `python3 -m http.server`
  • Run migrations: `python manage.py makemigrations && python manage.py migrate`