$ mv tat-<architecture> tat
$ chmod +x tat
$ ./tat --no-smtp
Output logs:
./api --no-smtp
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
- using env: export GIN_MODE=release
- using code: gin.SetMode(gin.ReleaseMode)
INFO[0000] Mongodb : create new instance
[...] # DEBUG Logs here
INFO[0000] No Kafka configured
INFO[0000] TAT is running on 8080
INFO[0000] TAT is NOT linked to a redis
# Tat is ready
Try it
$ curl localhost:8080/version
{"version":"2.0.0"}