fork from github.com/chuliam/QRCodeService
- vendor go tool
- Go environment
- Redis server
- go get github.com/gq-tang/QRCodeService
- modify the conf/app.ini, enter your config info
- go build
- run
[QRCODE] AppName=QRCode AppVer=0.1.1.0814 AppPort=8080 AppUri=http://localhost:8080 #0:debug 1:info 2:warn 3:error 4:panic 5:fatal 6:none AppLogLevel=0 #ByDay:"2006-01-02",ByHour:"2006-01-02-15",ByMonth:"2006-01", AppLogFileFormat=ByHour IndexFileUri=./index.html QRCodeSaveDir=./public/ StaticDir=./static/
[REDIS] Addr=localhost:6379 Password= DB=0 PoolSize=5