Skip to content
/ dipu Public

V2EX-like static blog system

License

Notifications You must be signed in to change notification settings

yira97/dipu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dipu bbs

V2EX-like static forum system, integrating register, sign in, post, reply, profile editing, selfie uploading function image image image image image

Last Test Version

flask 1.0.2 python 3.6.6

Install

1.prepare runtime environment

$ git clone https://github.com/ethanmiles/dipu_bbs && cd dipu_bbs
$ python3 -m venv venv
$ source venv/bin/activate
$ python3 -m pip install -r requirements.txt

2.initial config

$ cd app
$ touch config.py
$ vim config.py

e.g.

SECRET_KEY = 'huaq'

MONGODB_SETTINGS = {
    'db': 'your.db.name', 
    'host': 'your.ip',
    'port': 27017,
}

SALT = キズナアイ'

3.Start

$ python3 run.py

About

V2EX-like static blog system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages