Skip to content

bajratech/golang-webhook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

golang-webhook

To run webhook server:-

  1. RUN 'git pull origin master' for production server.
  2. Export GOPATH=/root/golang-webhook/
  3. RUN 'go build' from 'golang-webhook/src/github.com/bajratech/webhook' path.
  4. RUN 'go install' from 'golang-webhook/src/github.com/bajratech/webhook' path.
  5. Replace 'bin/start.sh' file with 'golang-webhook/src/github.com/bajratech/webhook/start.sh'
  6. Kill './webhook' server if it is running.
  7. RUN './webhook >> log.txt &'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 54.2%
  • Go 45.8%