当前位置:网站首页>Network disk installation
Network disk installation
2022-07-04 10:10:00 【Stestack】
brief introduction :
Nextcloud Is an open source free private cloud storage network disk project , It allows you to quickly and easily build a set of cloud synchronization network disks belonging to yourself or your team , So as to achieve cross platform and cross device file synchronization 、 share 、 version control 、 Teamwork and other functions . Its clients cover Windows、Mac、Android、iOS、Linux And other platforms , It also provides the web side and WebDAV Interface , So you can easily access your cloud disk on almost all kinds of devices .
Install and configure the operating system :Centos7.x Environmental Science :Apache,Mysql,PHP
1 Installation dependency :shell> yum install -y epel-release yum-utils unzip curl wget \bash-completion policycoreutils-python mlocate bzip2shell> yum update -y
2、 install Apacheshell> yum install -y httpdshell> systemctl enable httpd.serviceshell> systemctl start httpd.service
2. install MariaDBshell> yum install mariadb-server -yshell> systemctl start mariadb # Start the service shell> systemctl enable mariadb # Set boot up # Set up MySQL Account root password :shell> mysqladmin -u root password 'pwd123’3. install php If php It uses php7.2 The old version , You need to uninstall the old version and install the new version .# Uninstall the old version phpshell> yum remove php* php-common # install php7 yum Source shell> rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpmshell> yum install -y php72w php72w-cli php72w-common php72w-curl php72w-gd \php72w-mbstring php72w-mysqlnd php72w-process php72w-xml php72w-zip \php72w-opcache php72w-pecl-apcu php72w-intl php72w-pecl-redisshell> systemctl restart httpd If php7 analysis php File failed , It can be executed yum -y install php* --skip-broken Then execute the above php7 Installation command
4. install nextcloudshell> cd var/www/html/shell> wget https://download.nextcloud.com/server/releases/nextcloud-15.0.0.zipshell> yum -y install wget unzipshell> unzip nextcloud-15.0.0.zipshell> chown -R apache:apache /var/www/html/nextcloudshell> chmod -R 775 /var/www/html/nextcloud
5. 5. To configure apache Virtual directory shell> vim /etc/httpd/conf.d/vhost.conf<VirtualHost *:80> DocumentRoot “/var/www/html” ServerName cloud.magedu.com ServerAlias cloud.magedu.com <Directory “/var/www/html/”> Options FollowSymLinks AllowOverride All Require all granted # restart apacheshell> systemctl restart httpd 6. To configure nextcloud\ The user name and password must be remembered , The data directory can be selected by default , The user name and password of the database depend on your own situation ; The database name is arbitrary ,nextcloud This database will be created automatically , It is unnecessary to create ; If the database is operating vps On ,url Can be written as localhost:33067、 Login authentication source :https://www.qcmoke.site/tools/nextcload.html
边栏推荐
- SSM online examination system source code, database using mysql, online examination system, fully functional, randomly generated question bank, supporting a variety of question types, students, teache
- leetcode1-3
- 基于线性函数近似的安全强化学习 Safe RL with Linear Function Approximation 翻译 1
- Application of safety monitoring in zhizhilu Denggan reservoir area
- 【OpenCV 例程200篇】218. 多行倾斜文字水印
- 2. Data type
- Hands on deep learning (32) -- fully connected convolutional neural network FCN
- 2021-08-11 function pointer
- Vanishing numbers
- View CSDN personal resource download details
猜你喜欢

5g/4g wireless networking scheme for brand chain stores

【Day1】 deep-learning-basics

JDBC and MySQL database

Regular expression (I)

Hands on deep learning (33) -- style transfer

Hands on deep learning (40) -- short and long term memory network (LSTM)

SQL replying to comments

How can Huawei online match improve the success rate of player matching

C # use gdi+ to add text with center rotation (arbitrary angle)

入职中国平安三周年的一些总结
随机推荐
[FAQ] summary of common causes and solutions of Huawei account service error 907135701
直方图均衡化
PHP book borrowing management system, with complete functions, supports user foreground management and background management, and supports the latest version of PHP 7 x. Database mysql
用数据告诉你高考最难的省份是哪里!
Kotlin 集合操作汇总
【Day2】 convolutional-neural-networks
PHP代码审计3—系统重装漏洞
Normal vector point cloud rotation
Hands on deep learning (III) -- Torch Operation (sorting out documents in detail)
xxl-job惊艳的设计,怎能叫人不爱
Deep learning 500 questions
Hands on deep learning (33) -- style transfer
Hands on deep learning (46) -- attention mechanism
原生div具有编辑能力
Kubernetes CNI 插件之Fabric
How do microservices aggregate API documents? This wave of show~
Hands on deep learning (32) -- fully connected convolutional neural network FCN
Go context 基本介绍
System.currentTimeMillis() 和 System.nanoTime() 哪个更快?别用错了!
System.currentTimeMillis() 和 System.nanoTime() 哪个更快?别用错了!