Skip to content

sipb/mm2zephyr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dc6244c · Aug 1, 2023

History

42 Commits
Feb 9, 2021
Aug 1, 2023
Mar 5, 2021
Jun 7, 2023
Mar 6, 2021
Nov 15, 2021
Feb 9, 2021
Feb 9, 2021
Jun 7, 2023
Nov 13, 2021
Mar 6, 2021
Mar 6, 2021

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

About

A mattermost-zephyr bridge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages