Correction to install.txt for wg8 dirs

This commit is contained in:
Chris Hanson 2011-04-05 16:33:00 -05:00
parent 61e2c77c6e
commit 0b6fbe0d84

View file

@ -44,7 +44,7 @@ PerlRequire /data/WebGUI/sbin/preload.perl
mysql -e "create database WebGUI"
mysql -e "grant all privileges on WebGUI.* to webgui@localhost identified by 'password'"
mysql -e "flush privileges"
mysql -uwebgui -ppassword WebGUI < docs/create.sql
mysql -uwebgui -ppassword WebGUI < share/create.sql
8. Edit "etc/WebGUI.conf" to match your DB settings and log directory.