Skip to content
Snippets Groups Projects
Commit 89e7715a authored by Julie gauthier's avatar Julie gauthier
Browse files

Update INSTALL_DEV_Ubuntu_16.04.md move down the section ## Load Debug kit for...

Update INSTALL_DEV_Ubuntu_16.04.md move down the section ## Load Debug kit for Comptoir **SRV** after ## COMPTOIR.PHP Configure 
parent 3fcade92
No related branches found
No related tags found
No related merge requests found
......@@ -208,13 +208,6 @@ cd /home/comptoir/Comptoir-srv/
/usr/local/bin/composer install
```
## Load Debug kit for Comptoir **SRV**
As user `superdupont`, do:
```shell
bin/cake plugin load DebugKit
```
## APP.PHP Configure logs for CRUD actions
......@@ -317,9 +310,18 @@ After the 'test' commented, add datasource for debug-kit
Copy default parameters of `comptoir.default.php` into `comptoir.php`
```shell
cd /home/comptoir/Comptoir-srv
cp config/comptoir.default.php config/comptoir.php
```
## Load Debug kit for Comptoir **SRV**
As user `superdupont`, do:
```shell
bin/cake plugin load DebugKit
```
### Categories.PickOfTheMonth
The array `Categories => PickOfTheMonth` contain the four ids of softwares you want see in the section `Pick of the month` on the home page.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment