Last update at :2024-05-26,Edit by888u
This article was successful under Centos. Demo: https://pan.us.com
Cloudreve is an open source network disk system based on ThinkPHP. It can quickly connect to multiple cloud storages and supports Qiniu, Youpaiyun, Alibaba Cloud OSS, AWS S3, self-built remote servers, and local storage. Supports multiple users. Below is the installation process (all done under SSH).
The most direct installation: download the source code from the official website, create a new database, import mysql.sql, modify application/database_sample.php to application/database.php, and modify the database information.
1. Prerequisite preparation 1. Install Composer
curl -sS https://getcomposer.org/installer | php mv composer.phar /usr/local/bin/composer2. Install curl, fileinfo, and gd extensions
3. Create a site
2. Install Cloudreve
composer create-project hfo4/cloudreve:dev-masterFill in the database name, database user name, database password, domain name, etc. according to the instructions.
The following prompt appears to indicate that the installation is complete
Congratulations! Cloudreve has been installed successfully.
3. Related settings 1. Directory permissions set runtime and public directory permissions to 777
2. Pseudo-static a, Nginx server:
location/{ if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=/$1 last; break; } }b. The .htaccess in the Apache server directory has been configured with rewrite rules
c. Backend and default user and password Backend address: http://your domain name/Admin Initial username admin@cloudreve.org Initial password admin
Cloudreve official website: https://cloudreve.org/
via: https://github.com/HFO4/Cloudreve/wiki/%E5%AE%89%E8%A3%85%E8%AF%B4%E6%98%8E
Recommended site search: icp registration, legendary server rental price list, free asp space, server rental price, how to query domain name registration number ip address query, ip address, website space domain name, US server, domain name registration query, p>
发表评论