freepost official repo. https://freepo.st
|
5 days ago | |
---|---|---|
freepost | 5 days ago | |
.gitignore | 7 months ago | |
.htaccess.cgi | 7 months ago | |
.htaccess.wsgi | 7 months ago | |
LICENSE | 2 years ago | |
README.md | 3 months ago | |
favicon.ico | 2 years ago | |
freepost.cgi | 7 months ago | |
freepost_freepost.sql | 1 year ago | |
passenger_wsgi.py | 7 months ago | |
requirements.txt | 7 months ago | |
robots.txt | 7 months ago | |
settings.yaml | 7 months ago |
This is the code powering freepost, a free discussion board that allows users to post text and links that other users can read and comment.
mkdir venv
virtualenv -p python3 venv
-> alternative: python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
source venv/bin/activate
python3 -m bottle --debug --reload --bind 127.0.0.1:8000 freepost
Build CSS files
stylus --watch --compress --disable-cache --out freepost/static/css/ freepost/static/stylus/freepost.styl
.htaccess.wsgi
or .htaccess.cgi
to .htaccess
settings.yaml
freepost is free software licensed as GNU Affero General Public License, either version 3 or (at your option) any later version.