add note to dev docs about running dev server and git clone

This commit is contained in:
Oliver Gorwits
2013-09-23 20:21:40 +01:00
parent 622bd629cb
commit 2bc5a8dec0
2 changed files with 45 additions and 10 deletions

View File

@@ -40,10 +40,9 @@ Pass the C<--port> parameter to any of the web scripts. For example:
=head1 Listening Address for the Web Frontend
Pass the C<--listen> parameter to any of the web scripts. Note that you always
must include the port number. For example:
Pass the C<--host> parameter to any of the web scripts. For example:
~/bin/netdisco-web start --listen=127.0.0.1:8080
~/bin/netdisco-web start --host=127.0.0.1
=head1 Behind a Proxy
@@ -85,13 +84,6 @@ You are instead recommended to run C<netdisco-web> behind a reverse proxy as
described elsewhere in this document. Apache can easily act as an SSL reverse
proxy.
=head1 SQL and HTTP Trace
For SQL debugging try the following commands:
DBIC_TRACE_PROFILE=console DBIC_TRACE=1 ~/bin/localenv starman ~/bin/netdisco-web-fg --workers=1 --disable-keepalive
DBIC_TRACE_PROFILE=console DBIC_TRACE=1 ~/bin/localenv ~/bin/netdisco-daemon-fg
=head1 Further Reading...
Other ways to run and host the web application can be found in the