From 4af9009e1765ea413465d477060b3d82f470562f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 31 Oct 2008 19:44:21 +0000 Subject: Changes from jpcw. --- docs/narr/project.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 751017067..c7f53a4e5 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -125,11 +125,11 @@ Once the project is installed for development, you can run the application it represents using the ``paster serve`` command against the generated ``MyProject.ini`` configuration file:: - $ paster serve myproject/MyProject.ini + $ paster serve MyProject.ini Here's sample output from a run:: - $ paster serve myproject/MyProject.ini + $ paster serve MyProject.ini Starting server in PID 16601. serving on 0.0.0.0:6543 view at http://127.0.0.1:6543 @@ -158,7 +158,7 @@ port 6543. Viewing the Application ----------------------- -Visit ``http://localhost:6542/`` in your browser. You will see:: +Visit ``http://localhost:6543/`` in your browser. You will see:: Welcome to MyProject -- cgit v1.2.3