From f627b4e6c9ee34592b4194ba81d05210168397c6 Mon Sep 17 00:00:00 2001 From: Olivier Berger Date: Fri, 13 Feb 2015 15:52:06 +0100 Subject: [PATCH] Minor typos --- source/developer.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/developer.rst b/source/developer.rst index b7e7b89..ca9fde6 100644 --- a/source/developer.rst +++ b/source/developer.rst @@ -45,6 +45,7 @@ Within the ``web2py`` folder that was just extracted, go to the ``applications/` Cloning The Runestone Project ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +:: $ git clone https://github.com/bnmnetp/runestone.git $ cd runestone @@ -94,7 +95,7 @@ line and that will build the following targets: The books are built into ``runestone/static/thinkcspy``, ``runestone/static/pythonds`` and ``runestone/static/overview`` assuming that runestone is the name of the folder you cloned into. When the build is done you can quickly check the build by opening the file ``static/thinkcspy/index.html`` in your browser. -Now before you start web2py its convenient to make runestone the default application. From web2py/examples, copy routes.patterns.example.py to web2py/routes.py and Modify the three lines that contain the word runestone to look like this:: +Now before you start web2py, it's convenient to make runestone the default application. From web2py/examples, copy routes.patterns.example.py to web2py/routes.py and Modify the three lines that contain the word runestone to look like this:: default_application = 'runestone' # ordinarily set in base routes.py default_controller = 'default' # ordinarily set in app-specific routes.py