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-wikior
Install via npx
npx @hexmos/ipm i OI-wiki/OI-wikiPrerequisites
Python
languageVersion: >=3.6.0
Git
system_toolUsed for version control and code management.
mkdocs
build_toolVersion: 1.0.0
uv
system_toolUsed 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 -vPip 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 -vPost Installation Steps
- Start the server: `python3 -m http.server`
- Run migrations: `python manage.py makemigrations && python manage.py migrate`
