Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated slightly
  • Loading branch information
RWOverdijk committed Oct 14, 2012
1 parent 68623f8 commit 941fb6c
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Expand Up @@ -43,18 +43,15 @@ Installation of this module uses composer. For composer documentation, please re

1. install [DoctrineModule](http://github.com/doctrine/DoctrineModule)
2. clone this module to `vendor/DoctrineORMModule`
2. setup PSR-0 autoloading for namespace `DoctrineORMModule` (the directory where the classes in this namespace live
3. setup PSR-0 autoloading for namespace `DoctrineORMModule` (the directory where the classes in this namespace live
is `vendor/DoctrineORMModule/src/DoctrineORMModule`.
3. The module depends on [Doctrine ORM 2.3.*](https://github.com/doctrine/orm),
4. The module depends on [Doctrine ORM 2.3.*](https://github.com/doctrine/orm),
[Doctrine DBAL 2.3.*](https://github.com/doctrine/dbal),
[Doctrine Migrations](https://github.com/doctrine/migrations). You have to download/install those
packages and have them autoloaded.
4. open `my/project/directory/configs/application.config.php` and add the following key to your `modules`:

```php
'DoctrineModule',
'DoctrineORMModule',
```
5. open `my/project/directory/config/application.config.php` and add `DoctrineModule` and `DoctrineORMModule` to your `modules`
6. create directory `my/project/directory/data/DoctrineORMModule/Proxy` and make sure your application has write
access to it. This directory can be changed using the module options.

#### Registering drivers with the DriverChain

Expand Down

0 comments on commit 941fb6c

Please sign in to comment.