From 3887dd290b387a8f67b227e1360a768cccab1000 Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 7 Jul 2006 15:32:14 +0000 Subject: [PATCH] release 1.1.12-2 git-svn-id: svn://192.168.202.10@12 3d104415-ff17-0410-8863-d5cf3c621b8a --- docs/SCRATCH_INSTALL.txt | 12 ++++++------ install_server_files.pl | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/SCRATCH_INSTALL.txt b/docs/SCRATCH_INSTALL.txt index 30e4771..34aeeee 100644 --- a/docs/SCRATCH_INSTALL.txt +++ b/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/install_server_files.pl b/install_server_files.pl index d50d156..cfcf2f1 100644 --- a/install_server_files.pl +++ b/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';