Skip to content

sipb/mm2zephyr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mm2zephyr

SIPB's Mattermost-Zephyr bridge

Implementing changes

  1. Stop the service.

    systemctl stop mm2zephyr.service
  2. Log in to the XVM and make a backup of mm2zephyr.

    cp /usr/local/bin/mm2zephyr mm2zephyr-backups/mm2zephyr_$(date +"%Y-%m-%d")
  3. Switch to quentin (su quentin), who has all the go environment set up. Compile the updated repo.

    go build -v -o mm2zephyr cmd/mm2zephyr/main.go`
  4. Copy mm2zephyr to /usr/local/bin/mm2zephyr.

  5. Start the service.

    systemctl start mm2zephyr.service`

Note for future: If ever moving to a different system, you may need to install dependencies:

  • apt-get install golang
  • apt-get install g++
  • apt-get install libkrb5-dev

Releases

No releases published

Packages

No packages published

Languages