SCPru / RuFoundation

Wiki engine compatible with Wikidot developed by Russian SCP Branch.
https://scpfoundation.net/
MIT License
44 stars 14 forks source link
django python rufoundation scp scp-wiki wikidot

RuFoundation

Wiki engine compatible with Wikidot developed by Russian SCP Branch

#StandWithSCPRU

scp-ru

Requirements

Note: this is what I tested with, your mileage may differ.

How to launch

Creating admin account

Seeding the database

To start working, the following objects are required:

You can provision these basic structures by running the following commands:

Running in Docker

Requirements (tested with):

Getting started

To start the project, use:

To completely delete all data, use:

To create users, sites and seed inside the database, start the project and afterwards use syntax such as this:

To update current app that is running, do:

Note: in more recent versions, you may want to use docker compose instead of docker-compose.