![]() |
Install Camfrog Server Advanced 5.0 Linux on Ubuntu 10.10 (Maverick Meerkat)
This Tutorial will tell you how to install Camfrog Server Advanced 5.0 Linux on Ubuntu 10.10 (Maverick Meerkat)
When I first saw that camfrogserver 5.0 was release I was excited until I realized it was only for RedHat AS/ES 4.x 5.x, CentOS 4.x 5.x, Fedora 6.x 7.x 8.x. operating systems. Then I realized you can convert rpm packages to deb packages using alien you can even have alien install the rpm automatically after converting it. First off make sure you download the latest camfrogserver 5.0 software... You can simply wget it from my server: Code:
cd /tmpCode:
sudo apt-get install alienalien libnspr4-0d{a} libnss3-1d{a} librpm1{a} librpmbuild1{a} librpmio1{a} rpm{a} rpm-common{a} rpm2cpio{a} To convert the file from .rpm to .deb do: Code:
sudo alien -vck camfrogserver-5.0-4.noarch.rpmCode:
sudo dpkg -i camfrogserver_5.0-4_all.debNext is the tricky thing, I have created the init.d script for camfrogserver that works with Ubuntu to get the service to start/stop/restart properly. I will work on the start "roomname" function later on. create a "new" script in your /etc/init.d/ called "camfrogserver" and put this in the file: Code:
#!/bin/bashNext you want to make it executable: Code:
sudo chmod +x /etc/init.d/camfrogserverthen make sure it boots on system startup: Code:
sudo update-rc.d camfrogserver defaultsPorts to forward: 6000:6010 tcp 5000:15000 udp 6005 udp 5999 tcp (for web panel access pro feature) UFW commands to open ports for camfrogserver 5.0: Code:
sudo ufw allow proto tcp from any to any port 6000:6010I will show you how to create one based off the sample. First: Edit the configuration file to fit your needs, Code:
sudo nano -x /etc/camfrogserver.d/cf_server.conf.sampleCode:
remote_control_enabled=yesThat's all I edit at the start then I add my rooms using the Camfrog Server Advanced 5.0 for Windows by connecting remotely "Server Options-> Change Server" So start up your server: Code:
sudo service camfrogserver startyourserverip:6005 yourname yourpass All the configuration files for each room will be created by the server in /etc/camfrogserver.d/ROOM_NAME Main Server Config File: /etc/camfrogserver.d/cf_server.conf With that you will have a fully functional camfrogserver in ubuntu. |
new camfrogserver link http://jmes.me/camfrogserver_6.1-17_all.deb
|
| All times are GMT +2. The time now is 00:18. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.