-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Nattapon Rattajak edited this page Jul 26, 2018
·
7 revisions
Welcome to the inmall-game-api wiki!
Go, iris framework for fun.
Live reload.
$ gin -a 8080 run *.go
Test suite.
$ go test -v ./...
Just review conf.json
file to make sure your Env
configuration is production
and check DbPD
for your database connection.
Please review InMallGame API v(x.x.x).md
$ docker build -t mzget/go-iris-inmallgame:[tag] ./
$ docker run -it --rm -p 8080:8080 --name my-running-app mzget/go-iris-inmallgame:0.0.1
$ docker run -d -p 8081:8080 --name inmallgame mzget/go-iris-inmallgame:[tag]
$ docker push mzget/go-iris-inmallgame