Server/Mattermost

Aus Wiki StuRa HTW Dresden
Zur Navigation springen Zur Suche springen

pkg ins -y postgresql95-server postgresql95-contrib
sysrc postgresql_enable=YES
service postgresql initdb
service postgresql start

Datenbank (für mattermost) erstellen


pkg install -y mattermost-server
ls /usr/local/www/mattermost
sysrc mattermostd_enable=YES
service mattermostd start
service 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 nginx
sysrc nginx_enable=YES
service nginx start