Slack bot for some activities in my team
@tommynurwantoro
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