diff options
author | eric <eric> | 2004-08-23 20:44:50 +0200 |
---|---|---|
committer | eric <eric> | 2004-08-23 20:44:50 +0200 |
commit | d80c932d6eb8e5ce33afb5ee6c9d4b70bb179596 (patch) | |
tree | 35bf15c0acf3c6e0cf1bf2cf8322f36f867110d2 /web | |
parent | 2c75852027f436e865127dbdf04c2b326bfcc111 (diff) | |
download | aur-d80c932d6eb8e5ce33afb5ee6c9d4b70bb179596.tar.gz aur-d80c932d6eb8e5ce33afb5ee6c9d4b70bb179596.tar.xz |
updated web/README.txt
Diffstat (limited to 'web')
-rw-r--r-- | web/README.txt | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/web/README.txt b/web/README.txt index dcebc40e..af2b2933 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 |