Merge remote-tracking branch 'upstream/dev' into feature-composer

Conflicts:
	readme.md
This commit is contained in:
Martin Holzhauer 2015-04-22 11:42:28 +02:00
commit 927d019f04

View File

@ -39,13 +39,14 @@ At first you need to install the dependencies via composer to start a developmen
`./build/composer.phar install`
Now you can start a simple development environment with the php internal webserver.q
Now you can start a simple development environment with the php internal webserver.
`php -S 127.0.0.1:8080 devrouter.php`
After launching the internal webserver go to http://127.0.0.1:8080/
###Install
Installing TaskBoard is as easy as 1, 2, 3!
**Note:** You can skip step 2 if you don't care about minification of JavaScript and CSS for a production environment!