Skip to content

Commit 0278e07

Browse files
author
Codeliner
committed
Cleanup after debugging
1 parent 0b59fe3 commit 0278e07

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ and let us focus on the Domain Driven Design implementation. Both can be replace
1515

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

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

2020
Goal of the Project
2121
-------------------

docs/installation.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,10 @@ project and you should be ready to go! It should look something like below:
4242
Order allow,deny
4343
Allow from all
4444
</Directory>
45-
</VirtualHost>
45+
</VirtualHost>
46+
47+
48+
Permissions
49+
-----------
50+
51+
The application needs write access for the `data/` dir and all sub folders.

public/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66
chdir(dirname(__DIR__));
77

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

0 commit comments

Comments
 (0)