File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 14
14
15
15
This will fetch the main project and all it's dependencies.
16
16
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 :
18
18
19
19
app/console doctrine:database:create
20
20
app/console doctrine:phpcr:init:dbal
21
21
app/console doctrine:phpcr:register-system-node-types
22
22
app/console doctrine:phpcr:fixtures:load
23
23
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
+
24
29
## Access by web browser
25
30
26
31
Create an apache virtual host entry along the lines of
You can’t perform that action at this time.
0 commit comments