Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```