Line 143: |
Line 143: |
| groupadd funambol | | groupadd funambol |
| useradd -g funambol -d /opt/Funambol funambol | | useradd -g funambol -d /opt/Funambol funambol |
− | chown -R funambol:funambol /opt/Funambol/
| |
| chmod 770 /opt/Funambol/ | | chmod 770 /opt/Funambol/ |
| | | |
− | == Install Modules in Funambol == | + | == Set Funambol to start on system startup == |
− | Next, install the Funambol SOGo Connector within Funambol server by issuing the following commands :
| |
− | | |
− | cd /opt/Funambol/
| |
− | ./bin/install
| |
− | | |
− | Answer 'yes' to all questions.
| |
− | | |
− | Funambol is now installed. Start the Funambol server using:
| |
− | | |
− | /opt/Funambol/bin/funambol start
| |
− | | |
− | and have a quick look if it is running correctly by accessing the web page:
| |
− | | |
− | http://<server_domain_name>:8080
| |
− | | |
− | == Auto start Funambol on startup ==
| |
| | | |
| To make Funambol start automagically, create | | To make Funambol start automagically, create |
Line 204: |
Line 187: |
| ln -s /etc/init.d/funambol /etc/rc.d/rc0.d/K02funambol | | ln -s /etc/init.d/funambol /etc/rc.d/rc0.d/K02funambol |
| | | |
| + | == Install Modules in Funambol == |
| + | |
| + | Next, install the Funambol SOGo Connector within Funambol server by issuing the following commands : |
| + | |
| + | cd /opt/Funambol/ |
| + | ./bin/install |
| + | |
| + | Answer 'yes' to all questions. |
| + | |
| + | Once complete, update file ownerships for all files in the '''/opt/Funambol''' tree |
| + | |
| + | chown -R funambol:funambol /opt/Funambol/ |
| + | |
| + | Funambol is now installed. Start the Funambol server as the '''funambol''' user using: |
| + | |
| + | /etc/init.d/funambol start |
| + | |
| + | and have a quick look if it is running correctly by accessing the web page on: |
| + | |
| + | http://<server_domain_name>:8080 |
| + | |
| + | == Public Access to Funambol == |
| And if you want to access Funambol outside your local network, you must open port 8080: | | And if you want to access Funambol outside your local network, you must open port 8080: |
| | | |
Line 210: |
Line 215: |
| | | |
| {{Warning box|Port 8080 may conflict with other software installations!}} | | {{Warning box|Port 8080 may conflict with other software installations!}} |
− |
| |
| {{Note box|TODO: work out where the Funambol port is configured and template it for easy change.}} | | {{Note box|TODO: work out where the Funambol port is configured and template it for easy change.}} |
| + | {{Note box|TODO: setup apache to proxy the funambol port.}} |
| | | |
| == SOGO Sync Sources == | | == SOGO Sync Sources == |
− |
| |
| The sync sources as described in the [[Sogo]] Installation Guide were created by means of the Funambol Admin interface (remote from a PC). The files that were created were used a the source of the templates we are creating below. The templates allow us to pull in the database password for [[Sogo]] from the [[Sogo]] installation. It assumes that you have installed [[Sogo]] previously. | | The sync sources as described in the [[Sogo]] Installation Guide were created by means of the Funambol Admin interface (remote from a PC). The files that were created were used a the source of the templates we are creating below. The templates allow us to pull in the database password for [[Sogo]] from the [[Sogo]] installation. It assumes that you have installed [[Sogo]] previously. |
| | | |