added composer to readme for dev instance

This commit is contained in:
Martin Holzhauer 2015-04-21 22:24:40 +02:00
parent 1ec6e10899
commit de77fe4b09

View File

@ -35,7 +35,11 @@ The server must have `sqlite` and `php5-sqlite` installed, as well as the `rewri
### Development instance
You can start a simple development environment with the php internal webserver.
At first you need to install the dependencies via composer to start a development instance.
`./build/composer.phar install`
Now you can start a simple development environment with the php internal webserver.q
`php -S 127.0.0.1:8080 devrouter.php`