github.com/gigforks/mattermost-server@v4.9.1-0.20180619094218-800d97fa55d0+incompatible/README.md (about)

     1  # Prefab Mattermost Installing
     2  - you need to have jumpscale installed follow this docs https://github.com/Jumpscale/bash to start installation from it on a remote machine
     3  
     4  - please choose a machine that have at least 2 GB of RAM
     5  - to install mattermost on a remote machine type `js9`
     6  
     7  ```
     8  prefab = j.tools.prefab.getFromSSH("<machine_ip>", '<ssh_port>')
     9  prefab.apps.mattermost.install('<mysql_password>') # this will creates a mysql database and add a user to it with this password 
    10  ```
    11  
    12  # Full docs for user and Administration is here 
    13  https://docs.mattermost.com/overview/index.html
    14  
    15  
    16  # To integrate with itsyou.online
    17  - from `system console` > `Authentication` > `Itsyouonline`
    18  - set enable to True
    19  - fill in the applicationId, secret, and itsyouonline url
    20  - click save