Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiotomo/meps
Minecraft server Extension Platform System
https://github.com/shiotomo/meps
docker docker-compose minecraft rspec ruby sinatra
Last synced: 7 days ago
JSON representation
Minecraft server Extension Platform System
- Host: GitHub
- URL: https://github.com/shiotomo/meps
- Owner: shiotomo
- Created: 2019-05-07T15:47:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-27T04:42:34.000Z (over 1 year ago)
- Last Synced: 2025-01-22T14:47:56.853Z (18 days ago)
- Topics: docker, docker-compose, minecraft, rspec, ruby, sinatra
- Language: Ruby
- Homepage:
- Size: 200 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minecraft server Extension Platform System
## このシステムについて
Minecraftサーバを管理する拡張システムです。
## 使用技術
- api
- Ruby
- Sinatra
- MySQL
- fluentd
- Fluentd
- MySQL
- slackbot
- Ruby
- discordbot
- Ruby
- scripts
- Bash
- other
- Makefile
- Docker
- Docker Compose## 使い方
### 初期設定
api, fluentd, slackbot, discordbot, slackbot, scriptsそれぞれに.envファイルを作成します。
.env.sampleを.envにコピーして設定を行ってください。```
cp .env.sample .env
```初期設定用のスクリプトを実行します。
以下のコマンドを実行してください。```
make setup
```### 起動
```
make build
docker-compose up
```