You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
material-design-icons@224895a865 | 4 years ago | |
wikilain | 4 years ago | |
.gitignore | 4 years ago | |
.gitmodules | 4 years ago | |
Makefile | 4 years ago | |
README.md | 4 years ago | |
setup.py | 4 years ago |
README.md
WikiLain
A boneless wiki system.
Setup
Install requirements:
flask
flask_oidc
sqlalchemy
mistune
mistune_contrib
flask-sqlalchemy
flask-migrate
pygments
export FLASK_APP=wikilain
export FLASK_ENV=development
flask db upgrade
flask run