From 167706c09f0cd0e208e9af8e449d8ba6cde5e03c Mon Sep 17 00:00:00 2001
From: eliott <eliott@cactuswax.net>
Date: Thu, 20 Sep 2007 19:40:23 -0700
Subject: [PATCH] Updated readme
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="------------1.5.3"

This is a multi-part message in MIME format.
--------------1.5.3
Content-Type: text/plain; charset=UTF-8; format=fixed
Content-Transfer-Encoding: 8bit

---
 web/README.txt |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
--------------1.5.3
Content-Type: text/x-patch; name="167706c09f0cd0e208e9af8e449d8ba6cde5e03c.diff"
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment; filename="167706c09f0cd0e208e9af8e449d8ba6cde5e03c.diff"

diff --git a/web/README.txt b/web/README.txt
index 0054349..aae2c69 100644
--- a/web/README.txt
+++ b/web/README.txt
@@ -40,21 +40,25 @@ Setup on ArchLinux:
    # mysql -uroot
 
  - Issue the following commands to the mysql client
-   mysql> create database AUR;
-   mysql> grant all privileges on AUR.* to aur@localhost
+   mysql> create database aur;
+   mysql> grant all privileges on aur.* to aur@localhost
         > identified by 'aur';
    mysql> flush privileges;
    mysql> quit
 
  - Load the schema file
-   # mysql -uaur -p AUR < ~/aur/support/schema/aur-schema.sql
+   # mysql -uaur -p aur < ~/aur/support/schema/aur-schema.sql
    (give password 'aur' at the prompt)
 
  - Optionally load some test data for development purposes.
    # bzcat ~/aur/support/schema/dummy-data.sql.bz2 | mysql -uaur -p AUR
    (give password 'aur' at the prompt)
 
-7) Point your browser to http://aur
+7) Copy the config.inc.proto file to config.inc. Modify as needed.
+   cd ~/aur/web/lib/
+   cp config.inc.profo config.inc
+
+8) Point your browser to http://aur
 
 
 Web Interface:

--------------1.5.3--


