You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(The `self-update` directive is to ensure you have an up-to-date `composer.phar`
32
-
available.)
33
-
34
-
Setup a Database
35
-
----------------
36
-
Our sample works with a MySql database so you need a running MySql Server and an
37
-
empty test db called `cargo_sample`. Then you can use the [cargo_sample.sql](https://github.com/codeliner/php-ddd-cargo-sample/blob/master/scripts/cargo_sample.sql) to create all
38
-
required tables, but beware that each release chips with it's own `cargo_sample.sql`.
39
-
When you switch from one chapter to another you have to recreate the database schema.
40
-
Finally copy and rename the [local.php.dist](https://github.com/codeliner/php-ddd-cargo-sample/blob/master/config/autoload/local.php.dist) to `local.php`
41
-
and fill in your database credentials.
42
-
43
-
Web Server Setup
44
-
----------------
45
-
46
-
### Apache Setup
47
-
48
-
To setup apache, setup a virtual host to point to the public/ directory of the
49
-
project and you should be ready to go! It should look something like below:
@@ -114,5 +70,6 @@ In Chapter Two we learn the importance of the Ubiquitous Language. With it's hel
114
70
115
71
Support
116
72
-------
117
-
If you have any problems with the application please let me know and send me an email `kontakt[at]codeliner[dot]ws`.
73
+
If you have any problems with the application please let me know and send me an email `kontakt[at]codeliner[dot]ws` or open a [GitHub issues](https://github.com/codeliner/php-ddd-cargo-sample/issues?state=open).
74
+
Same applies if you have a question or a feature wish. Maybe we've missed a concept that you hoped to find in our example.
(The `self-update` directive is to ensure you have an up-to-date `composer.phar`
16
+
available.)
17
+
18
+
Setup a Database
19
+
----------------
20
+
Our sample works with a MySql database so you need a running MySql Server and an
21
+
empty test db called `cargo_sample`. Then you can use the [cargo_sample.sql](https://github.com/codeliner/php-ddd-cargo-sample/blob/master/scripts/cargo_sample.sql) to create all
22
+
required tables, but beware that each release chips with it's own `cargo_sample.sql`.
23
+
When you switch from one chapter to another you have to recreate the database schema.
24
+
Finally copy and rename the [local.php.dist](https://github.com/codeliner/php-ddd-cargo-sample/blob/master/config/autoload/local.php.dist) to `local.php`
25
+
and fill in your database credentials.
26
+
27
+
Web Server Setup
28
+
----------------
29
+
30
+
### Apache Setup
31
+
32
+
To setup apache, setup a virtual host to point to the public/ directory of the
33
+
project and you should be ready to go! It should look something like below:
0 commit comments