Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paring-chan/dosbot
다스봇
https://github.com/paring-chan/dosbot
Last synced: about 2 months ago
JSON representation
다스봇
- Host: GitHub
- URL: https://github.com/paring-chan/dosbot
- Owner: paring-chan
- License: mit
- Created: 2020-08-29T06:26:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:19:23.000Z (about 1 year ago)
- Last Synced: 2024-06-27T17:31:57.252Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 246 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 다스봇 Rewrite / 오픈소스
### 설치하기
1: mongodb 설치
```shell
sudo docker run -p 27017:27017 --name mongodb mongo
```2: 라바링크 실행
```shell script
# 라바링크 다운받으세요java -jar Lavalink.jar
```3: pm2 설치
```
npm i -g pm2
```3: 다스봇 실행
```
pm2 start --interpreter ./node_modules/.bin/ts-node src/index.ts
```