fix: [markdown] fail fixed

remotes/origin/main
iglocska 2020-06-22 14:51:35 +02:00
parent e319e7b4fa
commit 3dc0f9528f
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 4 additions and 0 deletions

View File

@ -25,12 +25,16 @@ FLUSH ALL PRIVILEGES;
# Load the default table structure into the database
```
mysql -u cerebrate -p cerebrate < /var/www/cerebrate/INSTALL/MYSQL.sql
```
# create your local configuration and set the db credentials
```
cp -a /var/www/cerebrate/config/app_local.example.php /var/www/cerebrate/config/app_local.php
vim /var/www/cerebrate/config/app_local.php
```
# Simple modify the Datasource -> default array's username, password, database fields