summaryrefslogtreecommitdiffstats
path: root/web/README.txt
diff options
context:
space:
mode:
authoreric <eric>2004-06-22 13:23:27 +0200
committereric <eric>2004-06-22 13:23:27 +0200
commit63b92980c2b4ead0e27991da2c44f9293c63c48d (patch)
treeaa09c1e4deb9c3738bdfa93b069332659c479ffd /web/README.txt
parent38eda65735e81d2774759a2aa6e9922c7131f830 (diff)
downloadaur-63b92980c2b4ead0e27991da2c44f9293c63c48d.tar.gz
aur-63b92980c2b4ead0e27991da2c44f9293c63c48d.tar.xz
left out load db instructions
Diffstat (limited to 'web/README.txt')
-rw-r--r--web/README.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/web/README.txt b/web/README.txt
index 938504a3..5adbe474 100644
--- a/web/README.txt
+++ b/web/README.txt
@@ -32,10 +32,15 @@ Setup on ArchLinux:
- Issue the following commands to the mysql client
mysql> create database AUR;
- mysql> grant all privileges on AUR.* to aur@localhost identified by '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
+ (give password 'aur' at the prompt)
+
6) Check out the AUR project (using the MYUSER from above)
$ cd
$ svn co https://xentac.net/svn/aur/trunk aur