This looks like a pretty useful tool to me if only I could translate the installation instructions into a language I understand! Please help!
Here are the instructions:
From step 3, I'm lost. If I try the sudo command in terminal it tells me it can't find the file, even though I have changed 'downloads' to 'desktop' (I downloaded the file there) and changed the name of the file to match the one I downloaded. I have no idea about what the cd/usr/ etc etc means. How do I 'unzip under this directory'? If I don't have it, how do make it?? Help!!
Thanks!
Here are the instructions:
Install GCALDaemon into the '/usr/local/sbin' directory
1) GCALDaemon supporting a Java Virtual Machine (VM) such as found in Sun's JDK or JRE, version 1.5 or higher. This can be obtained for free from java.sun.com. You can verify your existing Java version with the following console command:
java -version
java version "1.6.0"
Java(TM) SE Runtime Environment (build 1.6.0-b105)
Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)
2) Download the latest Linux-compatible ZIP file from SourceForge.net into your '/downloads' directory (or into your accustomed download directory).
3) Unzip this archive under the '/usr/local/sbin' directory. If the '/usr/local/sbin' directory does not exists, create it manually with 'mkdir'. Then change the group ownership and set the rights.
cd /usr/local/sbin
sudo unzip /downloads/gcaldaemon-linux-1.x.zip
sudo chgrp -R admin /usr/local/sbin/GCALDaemon
sudo chmod -R g+w /usr/local/sbin/GCALDaemon
sudo chmod 755 /usr/local/sbin/GCALDaemon/bin/*.sh
4) Test your configuration with the 'standalone-start.sh' script.
cd /usr/local/sbin/GCALDaemon/bin
./standalone-start.sh
5) If you see something similar to the messages above, your installation has succeeded.
INFO | GCALDaemon V1.0 beta 8 starting...
INFO | Local time zone is Pacific Standard Time.
INFO | HTTP server starting on port 9090...
INFO | RSS/ATOM feed converter enabled.
INFO | HTTP server started successfully.
INFO | File listener disabled.
INFO | LDAP server disabled.
INFO | Gmail notifier disabled.
INFO | Sendmail service disabled.
From step 3, I'm lost. If I try the sudo command in terminal it tells me it can't find the file, even though I have changed 'downloads' to 'desktop' (I downloaded the file there) and changed the name of the file to match the one I downloaded. I have no idea about what the cd/usr/ etc etc means. How do I 'unzip under this directory'? If I don't have it, how do make it?? Help!!
Thanks!