Update README.md

This commit is contained in:
AaronLiu 2018-02-04 16:09:34 +08:00 committed by GitHub
parent c6fbca185d
commit 865538f437
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ cd Cloudreve
composer install
```
#### 3.配置MySQL
将根目录下的`mysql.sql`到入到你的数据库,编辑`application/database_sample.php`文件,填写数据库信息,并重命名为`database_sample.php`
将根目录下的`mysql.sql`到入到你的数据库,编辑`application/database_sample.php`文件,填写数据库信息,并重命名为`database.php`
#### 4.URL重写
对于Apache服务器项目目录下的`.htaccess`已经配置好重写规则,如有需求酌情修改.