Changes

Jump to navigation Jump to search
337 bytes added ,  12:59, 30 November 2008
m
Line 1: Line 1: −
In server-manager, create a user named 'ventrilo'
+
==Ventrilo==
 +
 
 +
Ventrilo is the most used Voice over IP (VoIP) group communications software for gamers.
 +
 
   −
Now, lets get Ventrilo onto your SMEServer 7
+
== Installation HowTo... ==
   −
<code>mkdir -p /opt/ventrilo
+
Now, lets get Ventrilo onto your SMEServer 7.x
cd /opt/ventrilo
+
<br>
wget <nowiki>http://magicwilly.webhostingpal.com/SME7%20How%20To%20Files/Ventrilo/ventrilo_srv-2.3.1-Linux-i386.tar.gz</nowiki>
+
In server-manager, create a user named 'ventrilo'
tar -xzf ventrilo_srv-2.3.1-Linux-i386.tar.gz</code>
+
<br>
 +
<code>mkdir -p /opt/ventrilo
 +
cd /opt/ventrilo</code>
 +
<code>
 +
wget <nowiki>http://magicwilly.webhostingpal.com/SME7%20How%20To%20Files/Ventrilo/ventrilo_srv-2.3.1-Linux-i386.tar.gz</nowiki>
 +
</code>
 +
'''Note:''' Site seems closed but the file is available from many places on the web.<br>
 +
Google is your friend:
 +
http://www.google.de/search?q=ventrilo_srv-2.3.1-Linux-i386.tar.gz  <br>
 +
You could always try the official site:
 +
http://www.ventrilo.com/download.php
 +
<code>
 +
tar -xzf ventrilo_srv-2.3.1-Linux-i386.tar.gz</code>
    
We're going to use the default ini file to start with.
 
We're going to use the default ini file to start with.
Line 22: Line 37:  
  #!/bin/sh
 
  #!/bin/sh
 
  exec 2>&1
 
  exec 2>&1
/sbin/e-smith/expand-template /etc/rc.d/init.d/masq
  −
/etc/rc.d/rc7.d/S36masq restart
   
  exec sudo -u ventrilo /opt/ventrilo/ventrilo_srv -f/opt/ventrilo/3784
 
  exec sudo -u ventrilo /opt/ventrilo/ventrilo_srv -f/opt/ventrilo/3784
   Line 62: Line 75:  
Make SMEserver aware of what you have done
 
Make SMEserver aware of what you have done
   −
/sbin/e-smith/signal-event console-save
+
  /sbin/e-smith/signal-event post-upgrade; /sbin/e-smith/signal-event reboot
  /sbin/e-smith/signal-event post-upgrade
  −
  /sbin/e-smith/signal-event reboot
      
----
 
----
[[Category:Howto]]
+
<noinclude>[[Category:Howto]]</noinclude>
20

edits

Navigation menu