2021-06-07 11:49:03 +02:00
|
|
|
init:
|
2023-03-19 21:01:53 +01:00
|
|
|
pip install -r requirements.txt
|
2021-06-07 11:49:03 +02:00
|
|
|
|
|
|
|
|
install:
|
2023-03-16 23:51:41 +01:00
|
|
|
mkdir logs
|
2021-06-07 11:49:03 +02:00
|
|
|
cp jeevesbot/env.py.dist jeevesbot/env.py
|
2021-06-08 21:06:15 +02:00
|
|
|
cp jeevesbot/secret.json.dist jeevesbot/secret.json
|
2021-06-07 11:49:03 +02:00
|
|
|
|
|
|
|
|
clearlog:
|
2023-03-19 21:01:53 +01:00
|
|
|
rm logs/jeeves.log*
|
2021-06-07 11:49:03 +02:00
|
|
|
|
|
|
|
|
clean:
|
2023-03-19 21:01:53 +01:00
|
|
|
rm logs/jeeves.log*
|
2021-06-07 11:49:03 +02:00
|
|
|
rm jeevesbot/env.py
|
2021-06-08 21:06:15 +02:00
|
|
|
rm jeevesbot/secret.json
|
2023-03-19 21:01:53 +01:00
|
|
|
rm -rf cogs/__pycache__/
|
|
|
|
|
rm -rf jeevesbot/__pycache__/
|
|
|
|
|
rm -rf __pycache__/
|