release 1.1.12-2

git-svn-id: svn://192.168.202.10@12 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2006-07-07 15:32:14 +00:00
parent 51e10e0192
commit 71d5e2f20b
2 changed files with 8 additions and 8 deletions
+6 -6
View File
@@ -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 ../
+2 -2
View File
@@ -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';