From patchwork Fri Dec 5 21:23:07 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryce Harrington X-Patchwork-Id: 418309 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id F37BE14010B for ; Sat, 6 Dec 2014 08:23:21 +1100 (AEDT) Received: from ozlabs.org (ozlabs.org [103.22.144.67]) by lists.ozlabs.org (Postfix) with ESMTP id E852A1A0D19 for ; Sat, 6 Dec 2014 08:23:21 +1100 (AEDT) X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Received: from lists.s-osg.org (lists.s-osg.org [54.187.51.154]) by lists.ozlabs.org (Postfix) with ESMTP id 582371A0C59 for ; Sat, 6 Dec 2014 08:23:13 +1100 (AEDT) Received: from humber.bryceharrington.org (static-50-53-71-65.bvtn.or.frontiernet.net [50.53.71.65]) by lists.s-osg.org (Postfix) with ESMTPSA id 3F7E3462ED; Fri, 5 Dec 2014 13:23:11 -0800 (PST) From: Bryce Harrington To: patchwork@lists.ozlabs.org Subject: [PATCH 1/3] INSTALL: Fix some minor typos Date: Fri, 5 Dec 2014 13:23:07 -0800 Message-Id: <1417814589-16556-1-git-send-email-bryce@osg.samsung.com> X-Mailer: git-send-email 1.7.9.5 X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" Signed-off-by: Bryce Harrington --- docs/INSTALL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/INSTALL b/docs/INSTALL index d40ddd2..2373e58 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -22,7 +22,7 @@ in brackets): either, email me. For the following commands, a $ prefix signifies that the command should be - entered at your shell prompt, and a > prefix signifies the commant-line + entered at your shell prompt, and a > prefix signifies the command-line client for your sql server (psql or mysql) Create a database for the system, add accounts for two system users: the @@ -95,7 +95,7 @@ in brackets): mkdir -p lib/packages lib/python - lib/packages is for stuff we'll download, lib/python is to add + lib/packages is for stuff we'll download; lib/python is to add to our python path. We'll symlink python modules into lib/python. At the time of release, patchwork depends on django version 1.5 or @@ -199,7 +199,7 @@ fastcgi: You'll probably want to do the following: * Set up your projects - * Configure your website address (in the Sites) section of the admin + * Configure your website address (in the Sites) section 5. Subscribe a local address to the mailing list @@ -273,7 +273,7 @@ Some errors: to the tables. * pwclient fails for actions that require authentication, but a username - and password is given int ~/.pwclient rc. Server reports "No authentication + and password is given in ~/.pwclientrc. Server reports "No authentication credentials given". - if you're using the FastCGI interface to apache, you'll need the