From: Joe Z. <jz...@us...> - 2002-12-01 03:13:22
|
Update of /cvsroot/bobs/bobs In directory sc8-pr-cvs1:/tmp/cvs-serv1055 Modified Files: INSTALL Log Message: Changed notes on admin password. Index: INSTALL =================================================================== RCS file: /cvsroot/bobs/bobs/INSTALL,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** INSTALL 14 Sep 2002 14:24:29 -0000 1.15 --- INSTALL 1 Dec 2002 03:13:19 -0000 1.16 *************** *** 213,217 **** --with-webdir=DIR Place the bobs web pages in DIR ! --with-bobsdata=DIR Place the bobs data (backups) in DIR For example, if you want your web pages placed in /home/fred/public_html, --- 213,217 ---- --with-webdir=DIR Place the bobs web pages in DIR ! --with-bobsdata=DIR Place the bobs data (backups) in DIR For example, if you want your web pages placed in /home/fred/public_html, *************** *** 226,234 **** on your distribution. ! The default data directory is /usr/local/share. ! ./configure will also ask you for an admin password. This password will control ! access to the bobs/admin.php web page and will be stored in plain text ! in bobs/inc/config.php. Type the password you want to use. 3. After running ./configure, run --- 226,234 ---- on your distribution. ! The default data directory is /var/bobsdata. ! FIXME: ! ./configure will also store a plain text password in inc/config.php. ! This password will control access to the bobs/admin.php web page. 3. After running ./configure, run *************** *** 238,241 **** --- 238,246 ---- This will copy the web pages and create the backup data directories. + FIXME: + You should now change the bobs admin password. The password defaults + to 'admin'. Open the file inc/config.php and change the value of the + admin_pwd variable. + 4. If you want to uninstall bobs, or change your configuration: *************** *** 249,254 **** these commands from the bobs distribution directory: ! rm config.status ! rm config.cache autoconf automake --add-missing --- 254,259 ---- these commands from the bobs distribution directory: ! make distclean ! aclocal autoconf automake --add-missing |