Skip to content

Commit f196325

Browse files
committed
Merge pull request #12 from peterrus/patch-1
added gained knowledge from #11
2 parents 92904e0 + 6e481b0 commit f196325

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,18 @@
1414

1515
This will fetch the main project and all it's dependencies.
1616

17-
The next step is to setup the database:
17+
The next step is to setup the database, if you want to use Sqlite as your database backend just go ahead and run the following:
1818

1919
app/console doctrine:database:create
2020
app/console doctrine:phpcr:init:dbal
2121
app/console doctrine:phpcr:register-system-node-types
2222
app/console doctrine:phpcr:fixtures:load
2323

24+
If you prefer to use another database backend, for example MySQL, run the Symfony configurator (point your browser
25+
to /web/config.php) or set your databaseconnection parameters in app/config/parameters.yml. Make sure you leave
26+
the 'database_path' property at 'null' in order to use another driver than Sqlite. Leaving the field blank in the
27+
webconfigurator should set it to 'null'.
28+
2429
## Access by web browser
2530

2631
Create an apache virtual host entry along the lines of

0 commit comments

Comments
 (0)