]> git.ozlabs.org Git - patchwork/blobdiff - docs/INSTALL
INSTALL: Fix some minor typos
[patchwork] / docs / INSTALL
index dad9c7efa0caf4776bfaaf456e7b70d80e87e947..84114f51b09aa8bef8cd0a593734b9357eb0968e 100644 (file)
@@ -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
@@ -65,7 +65,7 @@ in brackets):
 
     For MySQL:
         $ mysql
-        > CREATE DATABASE 'patchwork';
+        > CREATE DATABASE patchwork CHARACTER SET utf8;
         > CREATE USER 'www-data'@'localhost' IDENTIFIED BY '<password>';
         > CREATE USER 'nobody'@'localhost' IDENTIFIED BY '<password>';
 
@@ -81,16 +81,21 @@ in brackets):
                 'USER': 'patchwork',
                 'PASSWORD': 'my_secret_password',
                 'NAME': 'patchwork',
+                'TEST_CHARSET': 'utf8',
             },
         }
 
+        TEST_CHARSET is used when creating tables for the test suite. Without
+        it, tests checking for the correct handling of non-ASCII characters
+        fail.
+
 2. Django setup
 
         Set up some initial directories in the patchwork base directory:
 
          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
@@ -194,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
 
@@ -268,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