Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 389 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 389 Bytes

web-text-manger

Recommend

Use docker-compose

Local Dependency

  • Redis server need change main.go redis-server code
  • Mysql server need change conf.json DBHost

Usage

go run .

If error occurred, run go get github.com/kataras/iris/v12@master

Sample login data

  • username: admin
  • password: password

Deploy

docker-compose up --build