Ubuntu 19.0.4系統安裝NextCloud

安裝WEB服務器
sudo apt install nginx
sudo systemctl enable nginx
sudo systemctl start nginx

安裝MariaDB 10.4

sudo apt-get install software-properties-common

sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8

sudo add-apt-repository 'deb [arch=amd64,arm64,ppc64el] http://mariadb.nethub.com.hk/repo/10.4/ubuntu bionic main'

sudo apt update

sudo apt install mariadb-server mariadb-client

安裝PHP模塊
sudo apt install php7.2 php7.2-fpm php7.2-mysql php-common php7.2-cli php7.2-common php7.2-json 
php7.2-opcache php7.2-readline php7.2-mbstring php7.2-xml php7.2-gd php7.2-curl php7.2-zip php7.2-ldap

下載及設置nextcloud

未完待續

猜你喜欢

转载自blog.51cto.com/canaan/2412733