Server/Mattermost
pkg ins -y postgresql95-server postgresql95-contribsysrc postgresql_enable=YESservice postgresql initdbservice postgresql start
Datenbank (für mattermost) erstellen
pkg install -y mattermost-serverls /usr/local/www/mattermostsysrc mattermostd_enable=YESservice mattermostd startservice mattermostd status
mattermostd is not running.
cp /usr/local/etc/mattermost/config.json.sample /usr/local/etc/mattermost/config.json$EDITOR /usr/local/etc/mattermost/config.json.sample /usr/local/etc/mattermost/config.json
pkg install -y nginxsysrc nginx_enable=YESservice nginx start