Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

ResetPower/RollWiki

Repository files navigation

现在是英语,如果你需要中文 请点击这里

RollWiki

A Simple Single Page Wiki Software.

Environment

MySQL or SQLite3 (required)

Setup Environment

  1. Install MySQL Server on your computer (If you using MySQL)
  2. Connect to your database and create a schema called rollwiki (If you using MySQL)
  3. Create a new file called settings.json (if you are using MySQL, just see settings.mysql.default.json, if you are using SQLite3, just see settings.sqlite3.default.json)
  4. run python manage.py migrate (your python version must be python3)
pip install django
pip install mysqlclient # If you are using MySQL, install it

Supported Languages

English (en)

Chinese (zh)

About

Simple wiki software.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published