diff options
author | Loui Chang <louipc.ist@gmail.com> | 2008-09-28 17:19:11 -0400 |
---|---|---|
committer | Callan Barrett <wizzomafizzo@gmail.com> | 2008-09-29 15:25:15 +0800 |
commit | a0e75dbbfcde794657a344f6b92888b713b950a7 (patch) | |
tree | b20bee4e7077cf66a29af5569a73e82011495139 /web | |
parent | c7bfd9528473da0886afd328f0fa68e26c97ca3d (diff) | |
download | aurweb-a0e75dbbfcde794657a344f6b92888b713b950a7.tar.xz |
Update documentation.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
Diffstat (limited to 'web')
-rw-r--r-- | web/README (renamed from web/README.txt) | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/web/README.txt b/web/README index 249f605..b0e6c39 100644 --- a/web/README.txt +++ b/web/README @@ -55,6 +55,9 @@ Setup on Arch Linux: PEAR's path may vary depending on your set up. 6) Configure MySQL + - Start the MySQL service. Example: + # /etc/rc.d/mysqld start + - Connect to the mysql client # mysql -uroot @@ -74,8 +77,8 @@ Setup on Arch Linux: (give password 'aur' at the prompt) 7) Copy the config.inc.proto file to config.inc. Modify as needed. - cd ~/aur/web/lib/ - cp config.inc.profo config.inc + # cd ~/aur/web/lib/ + # cp config.inc.profo config.inc 8) Point your browser to http://aur |