Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Dec 14, 2016
1 parent 670915a commit 61971d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/tools/README.md
Expand Up @@ -257,7 +257,7 @@ On Raspbian (Debian Jessie), which uses systemd to control services, create a ne

To execute use:

vendor/bin/ppm start --port=8080 --workers=8 --static=false --bridge=HttpKernel --bootstrap=Volkszaehler\\Server\\PPMBootstrapAdapter --php-cgi=/usr/bin/php &
vendor/bin/ppm start --port=8080 --workers=8 --static=false --bridge=HttpKernel --bootstrap=Volkszaehler\\Server\\PPMBootstrapAdapter --cgi-path=/usr/bin/php &

This will start a middleware on port 8080 and spawn 8 worker processes. If the middleware should accept connections from other hosts instead of using Apache mod_proxy, use `--host=0.0.0.0` in addition.

Expand Down

0 comments on commit 61971d5

Please sign in to comment.