burgercat/README.md

18 lines
474 B
Markdown
Raw Normal View History

2023-07-10 19:20:12 +01:00
burgercat: burger social media
2023-07-08 17:00:44 +01:00
2024-04-29 21:36:42 +01:00
now back again!
2023-07-10 19:20:12 +01:00
### self hosting:
2023-07-14 01:29:58 +01:00
this guide assumes you have git, python3, and redis installed on your server
2023-07-10 19:20:12 +01:00
2023-07-10 19:21:46 +01:00
```
git clone https://codeberg.org/burger-software/burgercat
2023-07-10 19:20:12 +01:00
cd burgercat
python init_db
2023-07-10 19:21:46 +01:00
python main
```
2023-07-11 20:41:57 +01:00
### contribution guidelines:
2023-07-13 15:51:21 +01:00
- please check that your PR does not break anything
- unless absolutely nessecary, avoid adding dependecies
- for consistency, use quotation marks, not apostrophes when possible