mm2zephyr

module
v0.0.0-...-dc6244c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 1, 2023 License: Apache-2.0

README

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

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL