- Execute the script
dev.sh
in a unix environment. - If you would like to make use of telegram functionality ensure that docker and the relevant go packages is installed. After which run the following command:
$ docker run -d -p 5672:5672 -p 15672:15672 rabbitmq:3.8-management-alpine
$ go get github.com/go-telegram-bot-api/telegram-bot-api
$ go get github.com/streadway/amqp
$ cd telegram
$ go run telegram.go
- Install docker and docker-compose
- Execute the script
deploy.sh