Difference between revisions of "Tribox"

From TD-er's Wiki
Jump to navigationJump to search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[http://www.trixbox.org/ Tribox homepage]
 
  
 
== Running Tribox in VMware ==
 
[[Image:Screenshot VMware Trixbox.png|right|369px]]
 
 
Downloaden:
 
* [http://www.trixbox.org/modules/smartsection/item.php?itemid=50 Tribox VMware image] ([http://mesh.dl.sourceforge.net/sourceforge/asteriskathome/trixbox-2.0-vmware.zip rechtstreekse link])
 
[http://www.vmware.com/download/player/ VMware player] (free)
 
* [http://belnet.dl.sourceforge.net/sourceforge/asteriskathome/trixbox-2.0.iso ISO CD-image] (Rechtstreekse link)
 
 
 
=== Editors ===
 
The config files of Asterisk are located in /etc/asterisk/
 
 
Editing those files with the installed editor vi, is rather tedious. Therefore we installed Emacs to do the editing.
 
Since Trixbox is based on CentOS, it is possible to use the CentOS RPM's to install Emacs.
 
 
The 2 RPM's needed for Emacs are located at the following URL's:
 
 
ftp://ftp.nluug.nl/pub/os/Linux/distr/CentOS/4.4/os/i386/CentOS/RPMS/emacs-common-21.3-19.EL.4.i386.rpm
 
ftp://ftp.nluug.nl/pub/os/Linux/distr/CentOS/4.4/os/i386/CentOS/RPMS/emacs-nox-21.3-19.EL.4.i386.rpm
 
 
Using the program wget, it is possible to download these. After downloading, the RPM's can be installed with "''rpm -i''".
 
We also created some smaller URL's, which is easier to type ;)
 
 
mkdir install
 
cd install
 
wget http://turl.nl/99
 
wget http://turl.nl/100
 
rpm -i emacs-common-21.3-19.EL.4.i386.rpm
 
rpm -i emacs-nox-21.3-19.EL.4.i386.rpm
 
 
=== Connecting with the Trixbox-shell ===
 
It is possible to use the Trixbox shell via VMware (player), but this has one mayor disadvantage. You can't use cut 'n paste.
 
However, it is also possible to interface over a SSH connection, using e.g. [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Putty].
 
The IP-adress of the Trixbox installation is given at the login (using VMware).
 
 
The standard root-password is "password".
 

Latest revision as of 01:42, 23 January 2007