go>> aide>> 返回
项目作者: globbie

项目描述 :
AI Decision Executor
高级语言: Go
项目地址: git://github.com/globbie/aide.git
创建时间: 2018-09-19T17:24:45Z
项目社区:https://github.com/globbie/aide

开源协议:

下载


Aide

Build Status

Coverage Status

AI Decision Executor

Build

  1. git submodule update --init --recursive
  2. ./build_knowdy.sh

Test

  1. go test -v ./...

Run

  1. go run -config-path <config-path> -listen-address <address:port>

Config example

See config/shard.gsl

Run via Docker

  1. docker run -p 8081:8081 globbie/aide

If you want to build your own Docker image, please see build.sh script.