pdnew/README.md

38 lines
493 B
Markdown

# Install #
## Dependencies ##
### System ###
* PostgreSQL server
* some WSGI server
### Python ###
* flask
* markupsafe
* werkzeug
* jinja2
* click
* peewee
* psycopg2 (or psycopg2cffi)
* pyOpenSSL
* markdown-it-py
* mdit-py-plugins
* pygments
* pillow
* geoip2
* requests
* beautifulsoup4
## Other stuff ##
Uploads are stored at `upload/<type>`.
Make sure to create this directory structure:
* `upload/`
* `file/`
* `image/`
* `audio/`
* `video/`