From c6363140a64acb0d629f6cf66b8df36ef590692e Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Sat, 25 Feb 2017 18:29:44 +0000 Subject: Bug 1272673 - make app.psgi runnable --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') 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. -- cgit v1.2.3-24-g4f1b