Skip to content

Commit

Permalink
Merge pull request doctrine#51 from simensen/DocumentIniSettingAndDep…
Browse files Browse the repository at this point in the history
…endencies

Documentation fixes
  • Loading branch information
beberlei committed Nov 16, 2011
2 parents 73c7570 + 3539704 commit f2eea69
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.markdown
Expand Up @@ -35,6 +35,24 @@ Simply run `php package.php`, which will create the file: `build/doctrine-migrat
Done! :) This is a bit simpler than getting Phing/Ant going and running `phing build-migrations` and Done! :) This is a bit simpler than getting Phing/Ant going and running `phing build-migrations` and
hoping the rest of the build dependencies work. hoping the rest of the build dependencies work.


### Creating archive disabled by INI setting

If you receive an error that looks like:

creating archive "build/doctrine-migrations.phar" disabled by INI setting

This can be fixed by setting the following in your php.ini:

; http://php.net/phar.readonly
phar.readonly = Off

### Installing Dependencies

To install dependencies issue the following commands:

git submodule init
git submodule update

## Official Documentation ## Official Documentation


All available documentation can be found [here](http://www.doctrine-project.org/projects/migrations/2.0/docs/en). All available documentation can be found [here](http://www.doctrine-project.org/projects/migrations/2.0/docs/en).

0 comments on commit f2eea69

Please sign in to comment.