Aster-install: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(Created page with '= What is aster-install = aster-install is a shell script for Linux that will install Asterisk with the necessary add-ons for Asterisk to function with dahdi, faxing and Asterisk...')
 
No edit summary
Line 22: Line 22:
wget http://www.klaverstyn.com.au/asterisk/script/aster-values
wget http://www.klaverstyn.com.au/asterisk/script/aster-values
chmod +x aster-install.sh
chmod +x aster-install.sh
./aster-install.sh
</pre>
</pre>


Edit the file aster-values to suite your needs, then run aster-script
<pre>
./aster-install
</pre>
= What is aster-values =
= What is aster-values =
aster-values is the data file that contains the versions of the applictions that you want to install.
aster-values is the data file that contains the versions of the applictions that you want to install.

Revision as of 13:44, 3 April 2009

What is aster-install

aster-install is a shell script for Linux that will install Asterisk with the necessary add-ons for Asterisk to function with dahdi, faxing and Asterisk Analyser.

What does aster-install install

aster-install will install the following components plus any dependencies:

  • Asterisk version 1.4.x or 1.6.x
  • MySQL
  • Apache
  • spanDSP
  • agx-ast-addons if selected Asterisk 1.4.x
  • CDR Analysier
  • phpSysinfo

What does not get installed

How do I install and activate the script

To install the script copy and past the following lines to your Linux CLI

wget http://www.klaverstyn.com.au/asterisk/script/aster-install.sh
wget http://www.klaverstyn.com.au/asterisk/script/aster-values
chmod +x aster-install.sh

Edit the file aster-values to suite your needs, then run aster-script

./aster-install

What is aster-values

aster-values is the data file that contains the versions of the applictions that you want to install.

Editing aster-values