Skip to content

Commit 02be3e5

Browse files
committed
Merge pull request #79 from talbotseb/master
Indication of the following setup verification : APC enable in CLI mode
2 parents dc61b6c + 3c2b44c commit 02be3e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ or do it yourself by doing the usual stuff (doctrine:schema:update etc). You can
1313
php bin/console victoire:generate:view-cache --env=dev
1414
php bin/console doctrine:fixtures:load --fixtures="vendor/victoire/victoire/Bundle/CoreBundle/DataFixtures/ORM"
1515

16+
*Careful* : please notice that Victoire needs APC in CLI mode. to do so, add these two lines in your php.ini config file
17+
18+
```ini
19+
apc.enabled = 1
20+
apc.enable_cli = 1
21+
```
1622

1723
## Manually
1824

0 commit comments

Comments
 (0)