Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Ubuntu 19.0.4 system installs NextCloud 16.01

2025-01-29 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

What is Nextcloud?

NextCloud is developed in the PHP language, usually using the LAMP (Linux+Apache+MySql+PHP) or LNMP (Linux+Nginx+MariaDB+PHP) runtime environment. NextCloud has more complete functions and complete suite than OwnCloud.

And support LDAP/AD authentication and office on line functions, closer to the needs of enterprises, individuals and enterprises strongly recommend NextCloud.

Special note: in order to avoid falling into the pit and waste the set time, try to implement the official recommendations.

The formal environment adopts Snap or Docker as far as possible to simplify the installation, which can be quickly deployed. It is also available on the network as a virtual machine packaged as OVA. After import, simple configuration can be used. Refer to the website:

Https://www.techandme.se/nextcloud-vm/

The environment of this article is: Ubuntu 19.04

Nginx version: nginx/1.15.9 (Ubuntu)

Mysql-version: 10.4.6-MariaDB

PHP 7.2.19

Install the WEB server

Sudo apt install nginxsudo systemctl enable nginxsudo systemctl start nginx

Install 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

Install PHP module 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

Download and configure nextcloud

Unfinished to be continued

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report