mirror of
https://github.com/HirziDevs/PteroStats
synced 2025-12-23 06:15:44 +00:00
1.2 KiB
1.2 KiB
Manual
-
Download this repository:
-
Manually: Download this repository and extract it.
-
Using GIT: Run
git clone https://github.com/HirziDevs/PteroStats.gitin the command line.
-
-
Install required dependencies and start the app/bot.
-
Using PM2 (Why use PM2?)
-
Run
npm installin the root directory of the app/bot files. -
Install PM2 using
npm install -g pm2command. -
Run
pm2 start index.js -n PteroStatsto start the app/bot.
-
-
Using nodejs-generic egg
- Just start the server to start the app/bot.
-
-
Answer the prompted questions in the console to set up the app/bot.