Skip to content

tommynurwantoro/myteambotslack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Team Bot

Slack bot for some activities in my team

Owner

@tommynurwantoro

Onboarding and Development Guide

Prerequisite

  • Git
  • Go 1.13.4 or later
  • MySQL 5.7

Installation

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages