Activity Library/Devel/Installing: Difference between revisions
| Line 183: | Line 183: | ||
vim /var/www/site/app/config/config-local.php | vim /var/www/site/app/config/config-local.php | ||
</code> | </code> | ||
<code> | |||
<?php | |||
define('DEBUG', 1); | |||
define('DEV', true); | |||
?> | |||
</code> | |||
This is necessary to generate debug message. With out it you get a somewhat disconcerting blankscreen. | |||
===Create repo directories=== | ===Create repo directories=== | ||