summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authoreric <eric>2004-08-23 18:44:50 +0000
committereric <eric>2004-08-23 18:44:50 +0000
commitd80c932d6eb8e5ce33afb5ee6c9d4b70bb179596 (patch)
tree35bf15c0acf3c6e0cf1bf2cf8322f36f867110d2 /web
parent2c75852027f436e865127dbdf04c2b326bfcc111 (diff)
downloadaurweb-d80c932d6eb8e5ce33afb5ee6c9d4b70bb179596.tar.xz
updated web/README.txt
Diffstat (limited to 'web')
-rw-r--r--web/README.txt14
1 files changed, 9 insertions, 5 deletions
diff --git a/web/README.txt b/web/README.txt
index dcebc40..af2b293 100644
--- a/web/README.txt
+++ b/web/README.txt
@@ -26,7 +26,11 @@ Setup on ArchLinux:
- Edit /etc/php.ini and uncomment the mysql extension line:
extension=mysql.so
-5) Configure MySQL
+5) Check out the AUR project (using the MYUSER from above)
+ $ cd
+ $ svn co https://xentac.net/svn/aur/trunk aur
+
+6) Configure MySQL
- Connect to the mysql client
# mysql -uroot
@@ -38,12 +42,12 @@ Setup on ArchLinux:
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)
-6) Check out the AUR project (using the MYUSER from above)
- $ cd
- $ svn co https://xentac.net/svn/aur/trunk aur
+ - 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