mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
docs: 📝 pm2 logrotate
This commit is contained in:
parent
2c85e5cc98
commit
c73e6bc433
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -116,6 +116,17 @@ corepack prepare pnpm@latest --activate
|
|||
pnpm i # --no-optional
|
||||
```
|
||||
|
||||
### pm2
|
||||
|
||||
To install pm2 run:
|
||||
|
||||
```
|
||||
npm i -g pm2
|
||||
pm2 install pm2-logrotate
|
||||
```
|
||||
|
||||
[`pm2-logrotate`](https://github.com/keymetrics/pm2-logrotate/blob/master/README.md) ensures that log files don't infinitely gather size, as Calckey produces a lot of logs.
|
||||
|
||||
## 🐘 Create database
|
||||
|
||||
Assuming you set up PostgreSQL correctly, all you have to run is:
|
||||
|
|
Loading…
Add table
Reference in a new issue