File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# CakePHP CMS Tutorial
22
33The completed CMS tutorial application created during
4- https://book.cakephp.org/3.0 /en/tutorials-and-examples/cms/installation.html
4+ https://book.cakephp.org/5 /en/tutorials-and-examples/cms/installation.html
55
66## Installation
77
@@ -15,5 +15,9 @@ composer install
1515
1616## Configuration
1717
18- Update the `'Datasources'` configuration in `config/app.php` for your local database.
19- You'll also need to create a database and run the SQL located in the tutorial.
18+ * Update the `'Datasources'` configuration by:
19+ * editing `config/app.php` or `config/app_local.php` for your local database or
20+ * edit `config/bootstrap.php` to enable use of a `.env` file (uncomment the section that loads the `.env` file) (and provide the `config/.env` file.
21+ * Create a database if needed.
22+ * Run `bin/cake migrations migrate` to create the database tables.
23+
You can’t perform that action at this time.
0 commit comments