Some changes on nginx vhost configuraion. some other documenttations.
This commit is contained in:
+4
-12
@@ -82,22 +82,14 @@ EOF
|
||||
|
||||
|
||||
# ---
|
||||
# 0.1) Requirements MySQL Database Service
|
||||
# 0.1) PostgeSQL Database Service (MySQL is not onger supported for mattermost
|
||||
# ---
|
||||
|
||||
# Install MySQL Database Service
|
||||
# Install / Create PostgreSQL database
|
||||
#
|
||||
cd /tmp
|
||||
|
||||
# See at 'https://dev.mysql.com/downloads/repo/apt/' which is the
|
||||
# actual version of the apt-repository
|
||||
# see:
|
||||
#
|
||||
mysql_apt_version=0.8.29-1
|
||||
wget https://dev.mysql.com/get/mysql-apt-config_${mysql_apt_version}_all.deb
|
||||
dpkg -i mysql-apt-config_${mysql_apt_version}_all.deb
|
||||
|
||||
apt-get update
|
||||
apt-get install mysql-server
|
||||
# README.postgresql
|
||||
|
||||
|
||||
# ---
|
||||
|
||||
Reference in New Issue
Block a user