diff options
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 |