summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-02-25 19:29:44 +0100
committerDylan William Hardison <dylan@hardison.net>2017-03-26 04:03:57 +0200
commitc6363140a64acb0d629f6cf66b8df36ef590692e (patch)
tree02caada39d9ad0e27262c93c83f8c1d8d1b07b8f /README.rst
parentdfb688869062b955488057144eaa99f5c91cea28 (diff)
downloadbugzilla-c6363140a64acb0d629f6cf66b8df36ef590692e.tar.gz
bugzilla-c6363140a64acb0d629f6cf66b8df36ef590692e.tar.xz
Bug 1272673 - make app.psgi runnable
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index a1dc598a7..53fc3b3ae 100644
--- a/README.rst
+++ b/README.rst
@@ -53,7 +53,7 @@ Finally, a webserver can be started by the following:
.. code-block:: bash
- perl -Ilocal/lib/perl5 local/bin/plackup
+ perl app.psgi
Navigate to http://localhost:5000/ and login with the username and password provided earlier to checksetup.
Remember to set the urlbase on http://localhost:5000/editparams.cgi. "http://localhost:5000" will probably suffice.