Skip to content

Commit

Permalink
Cleanup after debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
codeliner committed Mar 2, 2014
1 parent 0b59fe3 commit 0278e07
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and let us focus on the Domain Driven Design implementation. Both can be replace

The original cargo sample written in java can be found [here](http://dddsample.sourceforge.net/).

[> Instalation](https://github.com/codeliner/php-ddd-cargo-sample/blob/master/docs/installation.md)
[> Installation](https://github.com/codeliner/php-ddd-cargo-sample/blob/master/docs/installation.md)

Goal of the Project
-------------------
Expand Down
8 changes: 7 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,10 @@ project and you should be ready to go! It should look something like below:
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
</VirtualHost>


Permissions
-----------

The application needs write access for the `data/` dir and all sub folders.
1 change: 1 addition & 0 deletions public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/
chdir(dirname(__DIR__));

//we activate full error reporting for our sample, to ease support
error_reporting(E_ALL);
ini_set('display_errors', 1);

Expand Down

0 comments on commit 0278e07

Please sign in to comment.