Lost Password? No account yet? Sign up! Why bother?
  • Narrow screen resolution
  • Wide screen resolution
  • Auto width resolution
  • Increase font size
  • Decrease font size
  • Default font size

SmallNetBuilder - Small Network Help

  
Home arrow Other arrow Other How To arrow Remote sync your smartphone with Sync ML and Funambol
Remote sync your smartphone with Sync ML and Funambol Print E-mail
Kevin Herring   
January 15, 2007

Funambol DS Server Installation and Setup

The Funambol DS Server installation was surprisingly easy. I installed it on a headless Debian server with a 2.6.17 kernel. Although, I had set aside the whole day to get the product working, I was up and running within an hour, since the required packages and relevant documentation were kindly bundled into the download.

First, browse Funambol's Download page for the latest version of the installation bundle to download. In my case, after checking the page, I downloaded the PIM & Email Bundle v3.0 for Linux by issuing the following command from the command line on the server:

wget http://download.forge.objectweb.org/sync4j/funambol-3.0a.bin

Since the instructions Funambol provided with the bundle are excellent, I do not want to repeat too much of the information in this section. Essentially, at this point, run the install script that you have downloaded earlier. For example, I ran the script by issuing the following command:

sh funambol-3.0a.bin 

Then, follow the screen instructions. During the installation, you will be asked to specify the directory in which to place the software. You may want to place the software in a directory such as /opt/ instead of the default location. If you accept the default location, the software will be installed in the current directory.

Now, start the server. For example, my software is installed in the /opt/ directory, so I would start the server by issuing the following command:

 /opt/Funambol/tools/bin/funambol.sh start

By default, the Funambol DS Server doesn't automatically start when you start your server. You must perform several steps to make the Funambol DS Server start every time your server is powered up or rebooted.

First, copy the startup script into the /etc/init.d directory using the following command:

 cp /opt/Funambol/tools/bin/funambol.sh /etc/init.d/funambol

Next, change the file so that it points to the absolute location of your installation. Using your favorite text editor, change line 4 in your new file from

BUNDLE_HOME=`(cd ../.. ; pwd)`

to

BUNDLE_HOME=`(cd /opt/Funambol ; pwd)`

Then, create a symbolic link to your rc3.d directory by issuing the command:

 ln -s /etc/init.d/funambol /etc/rc3.d/S30funambol

Afterwards, you can verify that the Funambol DS Server is running by directing a web browser to http://<servername>:8080/funambol. The page shown in Figure 2 should display with the Funambol DS Server version number when you successfully connect.

NOTE: Make sure you open port 8080 on your router/firewall to the IP address of the funambol server if you want to access the server from the Internet. Also note that by exposing this commonly-used port that your IP address will be constantly probed and the target of continuous exploit attempts. So be sure that your server is tightly locked down with no unnecessary services running.

Funambol DS Server Information Screen

Figure 2: Funambol DS Server Information screen (click image to enlarge)


Comments (0)Add Comment

New comments have been disabled. Please use the Forums

busy

Tags: Funambol, open source, Sync ML,

Related Articles:

How To Back Up Offsite for Free with rsync
Monitor your Network for Free with Nagios
A DIY SSL VPN with SSL-Explorer - Part 1
Hacking the Linksys NSLU2 Part VI - Installing a Media Server
Access Away from the Office - Part 2: How To
 

Most Read

 
 

Over at the Forums

Intel SS4200-E
Hi, Since I've been dealing over the phone with Intel tech support since Monday, it would be really nice if I can cross-reference things with anyone...

Looking for Router with Parental Control
I'm actually looking for a router to replace my wpn824 (Netgear). Preferrably with QOS for VOIP but most importantly good parental control. I don't...

Good article on gigabit Ethernet performance
If you've been wondering whether Vista makes a difference in gigabit LAN performance, this guy has the data to show that it does. ...

Your knowledge and assistance is needed
Hi, My name is Sam. I am looking for a wireless solution. I have two routers now, one a G- router (Linksys with SRS) which makes it to my most...

Trendnet TWG-BRF114 Gigabit Firewall Router - Any experiences?
I'm looking for a wired router with decent firewall capabilities, basic QoS and WAN-to-LAN throughput to handle Adsl2+ speeds. In Europe, D-Link...

Slideshows

D-Link DNS-343 4-Bay Network Storage Enclosure Thecus N3200 RAID 5 NAS D-Link DIR-628 RangeBooster N Dual Band Router Adtran NetVanta 3120 Buffalo LinkStation Mini Intel Entry Storage System SS4200-E More

Win This!

Enter to Win!

You could win a NETGEAR RangeMax Dual Band Wireless-N Router and Dual-Band USB Adapter

Learn How!

 
Go Shopping with PriceGrabber

Get Email Updates

Enter your email address:

Delivered by FeedBurner once a day

 


This page took 0.871287107468 seconds to load.