Slack bot for some activities in my team
@tommynurwantoro
- Git
- Go 1.13.4 or later
- MySQL 5.7
-
Install Git
See Git Installation -
Install Go (Golang)
See Golang Installation -
Install MySQL
See MySQL Installation -
Clone this repo in your local
git clone git@github.com:tommynurwantoro/myteambotslack.git
-
Go to myteambotslack directory, then sync the vendor file
cd myteambotslack make mod
-
Copy env.sample and if necessary, modify the env value(s)
cp env.sample .env
-
Install Bundler
gem install bundler
-
Prepare database
bundle install rake db:create db:migrate
-
Run Bot
make run