Skip to content

Commit

Permalink
Merge pull request doctrine#29 from zluiten/patch-1
Browse files Browse the repository at this point in the history
Extra installation step mkdir data/DoctrineORMModule/Proxy
  • Loading branch information
Ocramius committed Apr 24, 2012
2 parents 0bf817a + 8a1916f commit a37b4cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/INSTALL.md
Expand Up @@ -10,6 +10,7 @@ DoctrineORMModule key to your modules array before your Application module key.
3. open `my/project/directory/configs/application.config.php` and add `DoctrineORMModule` to your `modules` parameter. 3. open `my/project/directory/configs/application.config.php` and add `DoctrineORMModule` to your `modules` parameter.
4. drop `config/module.doctrine_orm.local.config.php.dist` into your application `config/autoload` directory, 4. drop `config/module.doctrine_orm.local.config.php.dist` into your application `config/autoload` directory,
rename to `module.doctrine_orm.local.config.php` and make the appropriate changes. rename to `module.doctrine_orm.local.config.php` and make the appropriate changes.
5. do a `mkdir -p my/project/directory/data/DoctrineORMModule/Proxy` and make sure your application has write access.


## Composer installation ## Composer installation


Expand Down

0 comments on commit a37b4cc

Please sign in to comment.