Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
vps:install-trixbox [2010-12-28 00:53:41]
garrett.plasky Approved
vps:install-trixbox [2011-12-22 00:00:14]
zaheer2003
Line 8: Line 8:
 First begin by deploying a clean install of CentOS 5.x on your VPS. Then run through each of the following shell commands in order. Some take longer to complete than others so be patient! First begin by deploying a clean install of CentOS 5.x on your VPS. Then run through each of the following shell commands in order. Some take longer to complete than others so be patient!
  
-<code console>yum -y install yum-fastestmirror  +<sxh shell>yum -y install yum-fastestmirror  
-yum -y update  +yum -y update  
-yum -y upgrade +yum -y upgrade 
-yum -y groupinstall Base  +yum -y groupinstall Base  
-yum -y install mod_perl perl-Net-SSLeay bison-devel openssl-perl openssl097a iptraf  +yum -y install mod_perl perl-Net-SSLeay bison-devel openssl-perl openssl097a iptraf  
-echo '[trixbox]+echo '[trixbox]
 name=trixbox RPM Repository for CentOS and RHEL name=trixbox RPM Repository for CentOS and RHEL
 baseurl=http://yum.trixbox.org/centos/$releasever/RPMS/ baseurl=http://yum.trixbox.org/centos/$releasever/RPMS/
 gpgcheck=0 gpgcheck=0
 enabled=1' > /etc/yum.repos.d/trixbox.repo  enabled=1' > /etc/yum.repos.d/trixbox.repo 
-yum -y install tb-config  +yum -y install tb-config  
-yum -y install trixbox OpenIPMI OpenIPMI-libs alsa-lib alsa-utils app_flite \+yum -y install trixbox OpenIPMI OpenIPMI-libs alsa-lib alsa-utils app_flite \
 asterisk asterisk-addons asterisk-perl asterisk-sounds atftp atftp-server audiofile \ asterisk asterisk-addons asterisk-perl asterisk-sounds atftp atftp-server audiofile \
 audiofile-devel bind bison curl ez-ipupdate flite freepbx gnutls-devel httpd hwdata \ audiofile-devel bind bison curl ez-ipupdate flite freepbx gnutls-devel httpd hwdata \
Line 35: Line 35:
 zaptel zaptel-modules-* oslec web-meetme vsftpd ngrep \ zaptel zaptel-modules-* oslec web-meetme vsftpd ngrep \
 ncurses-devel dhcp gd  ncurses-devel dhcp gd 
-echo "NETWORKING=yes" > /etc/sysconfig/network  +echo "NETWORKING=yes" > /etc/sysconfig/network  
-echo "HOSTNAME=trixbox1.localdomain" >> /etc/sysconfig/network  +echo "HOSTNAME=trixbox1.localdomain" >> /etc/sysconfig/network  
-echo "# Do not remove the following line, or various programs" > /etc/hosts  +echo "# Do not remove the following line, or various programs" > /etc/hosts  
-echo "# that require network functionality will fail." >> /etc/hosts  +echo "# that require network functionality will fail." >> /etc/hosts  
-echo "127.0.0.1 trixbox1.localdomain trixbox1 localhost.localdomain localhost" >> /etc/hosts</code>+echo "127.0.0.1 trixbox1.localdomain trixbox1 localhost.localdomain localhost" >> /etc/hosts</sxh>
  
  
 Issue a reboot and when the server comes back up it will automatically finish the install. It may take a few minutes to complete, and you can watch the progress in the console! Issue a reboot and when the server comes back up it will automatically finish the install. It may take a few minutes to complete, and you can watch the progress in the console!
 +
 +I have installed this on my xen pv vps under Centos 5.7 32bit. 
 + What is the login name and password for this trixbox?
  
 {{tag>trixbox how-to vps}} {{tag>trixbox how-to vps}}