Installation - neko-craft/NekoGuard GitHub Wiki
Installation
如果下边的指令您不能理解, 这里还有更详细的 安装教程.
First - 第一步
你首先需要先安装 InfluxDB, 用于记录数据.
In order to record the data, you need to install InfluxDB firstly.
Docker Image
docker pull influxdb
Ubuntu & Debian
wget https://dl.influxdata.com/influxdb/releases/influxdb_1.8.1_amd64.deb
sudo dpkg -i influxdb_1.8.1_amd64.deb
RedHat & CentOS
wget https://dl.influxdata.com/influxdb/releases/influxdb-1.8.1.x86_64.rpm
sudo yum localinstall influxdb-1.8.1.x86_64.rpm
Windows
下载: https://dl.influxdata.com/influxdb/releases/influxdb-1.8.1_windows_amd64.zip , 并解压
Download: https://dl.influxdata.com/influxdb/releases/influxdb-1.8.1_windows_amd64.zip , and unzip.
Other operating systems - 其他系统
See also: https://portal.influxdata.com/downloads
Run InfluxDB - 运行 InfluxDB
Windows
进入解压后的目录, 然后运行 influxd.exe
.
Enter the unzipped directory, then run
influxd.exe
.
反正就是下载完了文件然后直接解压, 开服前运行目录里的 influxd.exe
就可以了
Other operating systems - 其他系统
Run:
influxd
Install NekoGuard (Bukkit) plugin - 安装 Bukkit 插件
进入以下地址, 并选择最新的构建文件下载, 然后移动到服务端根目录中的 plugins
文件夹即可.
Enter the following address, choosing the latest build file to download, and then move the file to 'plugins' folder in the bukkit root directory.