安装准备
官网
按照要求,上传index.php到服务器,得到下面的信息:
Your websever lacks some requirements that must be fixed to install Chevereto.
Please check:
Enable curl, mbstring and PDO_MYSQL PHP extensions
Enable ZipArchive PHP class
No PHP 1 permission in /var/www/chevereto/
No PHP 1 permission in /var/www/chevereto/index.php
Enable PHP cURL
需要安装:
sudo apt install php-curl php-mbstring php-mysql php-zip
出现以下错误:
The requested URL /install was not found on this server.
根据作者解答, 需要:
Apache: Check if mod_rewrite is loaded and configured properly (allowOverride).
Nginx: Make sure to add the rules that you will find in the download package.