RuFoundation
Wiki engine compatible with Wikidot developed by Russian SCP Branch.
Install / Use
/learn @SCPru/RuFoundationREADME
Requirements
Note: this is what I tested with, your mileage may differ.
- Windows 10
- PostrgeSQL 17.2
- NodeJS v17.3.0
- Python 3.13.2
- Rust 1.63
PostgreSQL configuration
Defaults is:
- Username:
postgress(POSTGRES_USER) - Password:
zaq123(POSTGRES_PASSWORD) - DB name:
scpwiki(POSTGRES_DB) - DB host:
localhost(DB_PG_HOST) - DB port:
5432(DB_PG_PORT)
You can change it with given environment variables.
How to launch
- First navigate to
web/jsand executeyarn install - After that, from the root project directory, run:
pip install -r requirements.txtpython manage.py migratepython manage.py runserver --watch
Creating admin account
- Run
python manage.py createsuperuser --username Admin --email "" --skip-checks - Follow instructions in terminal
Seeding the database
To start working, the following objects are required:
- Website record (for localhost)
- Some pages (such as
nav:topornav:side) that are critical for proper appearance
You can provision these basic structures by running the following commands:
python manage.py createsite -s scp-ru -d localhost:8000 -t "SCP Foundation" -H "Russian branch"python manage.py seed
Running in Docker
Requirements (tested with):
- Docker 28.4.0
- Docker Compose 2.39.4
Getting started
To start the project, use:
docker compose up
To completely delete all data, use:
docker compose downrm -rf ./files ./archive ./postgresql
To create users, sites and seed inside the database, start the project and afterwards use syntax such as this:
docker exec -it scpdev-web-1 python manage.py createsite -s scp-ru -d localhost -t "SCP Foundation" -H "Russian branch"docker exec -it scpdev-web-1 seed
To update current app that is running, do:
docker compose up -d --no-deps --build web
Related Skills
node-connect
351.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
110.6kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
110.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
model-usage
351.2kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
