This repository has been archived on 2024-10-20. You can view files and clone it, but cannot push or open issues or pull requests.
2023-07-10 19:20:12 +01:00
|
|
|
burgercat: burger social media
|
2023-07-08 17:00:44 +01:00
|
|
|
|
2023-07-10 19:20:12 +01:00
|
|
|
### self hosting:
|
|
|
|
this guide assumes you have git and python3 installed
|
|
|
|
|
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-10 20:28:15 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
### zero downtime restarts:
|
|
|
|
- launch new burgercat server
|
|
|
|
- close previous server
|
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
|