maaa 7c5f7efc91 | ||
---|---|---|
static | ||
templates | ||
.gitignore | ||
LICENSE | ||
README.md | ||
config.ini | ||
deletecomment | ||
edituser | ||
init_db | ||
main | ||
newchatroom | ||
requirements.txt | ||
schema.sql |
README.md
burgercat: burger social media
self hosting:
this guide assumes you have git, python3, and redis installed on your server
git clone https://codeberg.org/burger-software/burgercat
cd burgercat
python init_db
python main
zero downtime restarts:
- launch new burgercat server
- close previous server
contribution guidelines:
- please check that your PR does not break anything
- unless absolutely nessecary, avoid adding dependecies
- for consistency, use quotation marks, not apostrophes when possible