Giter Site home page Giter Site logo

gomattermost's Introduction

Envoi de message à Mattermost

Installation

  • Installation de Go : Golang website
  • Installation de Glide : Glide Github
  • Lancer
    glide install
    glide up
    
  • Dupliquer et renommer le fichier settings.json.dist en settings.json et renseigner les bonnes informations
  • Exécuter le fichier .sql dans database pour initialiser la base de données (facultatif)

Utilisation

  • Envoi de commande à Mattermost et/ou Slack avec une base de données
    make notification
    
  • Envoi de commande à Mattermost et/ou Slack sans base de données
    make notificationNoDB
    
  • Initialiser la base de données (dry-run)
    make db
    
  • Initialiser la base de données
    make dbInit
    
  • Sauvegarder la base de données
    make dbDump
    
  • Exécuter les tests
    make test
    
  • Compiler et générer un binaire
    make build
    
  • Lancement du serveur Web
    make serve
    
  • Envoi du mail quotidien
    make mail
    

TODO

Dans toolbox :

  • conversion string <=> int
  • conversion RawByte (date SQL) en string

Envoi de mails avec Maildev

Lancer : maildev --incoming-user 'root' --incoming-pass 'root'

gomattermost's People

Contributors

fabienbellanger avatar

Watchers

 avatar  avatar

gomattermost's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.