diff --git a/agc_1-X/trunk/docs/SCRATCH_INSTALL.txt b/agc_1-X/trunk/docs/SCRATCH_INSTALL.txt index 30e47710..34aeeee5 100644 --- a/agc_1-X/trunk/docs/SCRATCH_INSTALL.txt +++ b/agc_1-X/trunk/docs/SCRATCH_INSTALL.txt @@ -494,10 +494,10 @@ NOTE: a minimum of MySQL 4.0.X is required 10. Go to http://www.mysql.com/ and download the mysql package - to install this directly on the command line type: - cd /usr/local - - wget http://mirror.trouble-free.net/mysql_mirror/Downloads/MySQL-4.0/mysql-4.0.26.tar.gz - - gunzip mysql-4.0.26.tar.gz - - tar xvf mysql-4.0.26.tar - - cd mysql-4.0.26 + - wget http://mirror.trouble-free.net/mysql_mirror/Downloads/MySQL-4.0/mysql-4.0.27.tar.gz + - gunzip mysql-4.0.27.tar.gz + - tar xvf mysql-4.0.27.tar + - cd mysql-4.0.27 - groupadd mysql - useradd -g mysql mysql - "./configure --prefix=/usr/local/mysql --enable-large-files --enable-shared=yes" @@ -1422,8 +1422,8 @@ package(as of this writing it is 1.1.12) - cd /home/cron - mkdir astguiclient - cd astguiclient - - wget http://internap.dl.sourceforge.net/sourceforge/astguiclient/astguiclient_1.1.12-1.zip - - unzip astguiclient_1.1.12-1.zip + - wget http://internap.dl.sourceforge.net/sourceforge/astguiclient/astguiclient_1.1.12-2.zip + - unzip astguiclient_1.1.12-2.zip - chmod 0755 install_server_files.pl - perl install_server_files.pl - cd ../ diff --git a/agc_1-X/trunk/install_server_files.pl b/agc_1-X/trunk/install_server_files.pl index d50d1562..cfcf2f12 100644 --- a/agc_1-X/trunk/install_server_files.pl +++ b/agc_1-X/trunk/install_server_files.pl @@ -17,8 +17,8 @@ $home = '/home/cron'; $agibin = '/var/lib/asterisk/agi-bin'; # path to web root directory: (assumes it already exists) -$webroot = '/home/www/htdocs'; -#$webroot = '/usr/local/apache2/htdocs'; +#$webroot = '/home/www/htdocs'; +$webroot = '/usr/local/apache2/htdocs'; # path to asterisk sounds directory: (assumes it already exists) $sounds = '/var/lib/asterisk/sounds';