
Cloudreve is a beautiful and powerful cloud disk system that supports local storage and object storage. The following is the installation tutorial for Cloudreve cloud disk system.
Test environment: PHP 7.1 + MYSQL 5.6 + Apache
Upload source code to the root directory
Upload Cloudreve's source code to the root directory of your server or local development environment.
Installer:
Enter http://your_domain/CloudreveInstaller in your browser (replace your_domain with your URL) to start the installer.
Installation completed:
After the installation process is completed, you will get the system default account and password. Be sure to keep this information in mind, as you will need it to log in to the system.
Tips:
If the default pseudo-static rules do not work properly, you can try the following rules to replace them:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !- f
RewriteCond $1 !^ (index.php|samples|robots.txt|views|plugins|backup|upload|images|install|admin123|plug|test|install|make|js|favicon.ico|templates|mqqt|scl|app)
RewriteRule ^(.*)$ index.php/$1 [L]
I hope this information can help you successfully install and use the Cloudreve cloud disk system.
Comments0