ZimbraDesktop

Differences between revisions 1 and 2
Revision 1 as of 2010-12-01 07:20:36
Size: 863
Editor: 24
Comment:
Revision 2 as of 2010-12-01 08:18:36
Size: 1815
Editor: 24
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Describe ZimbraDesktop here.
Please note that I did not have time to format this!
#title Zimbra Desktop
Line 4: Line 3:
How to install:
Using a terminal window, issue the following co
 Download the file:
||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents(2)>>||

= Zimbra Desktop =

''Zimbra Desktop stores and syncs your email, calendar, contacts, files and documents in the cloud and also locally. Zimbra Desktop aggregates information across accounts (Zimbra, Yahoo! Mail, Gmail, Hotmail, etc.) and social networks (Facebook, Digg, Twitter, etc.) ''

## = Key Features =
<<Anchor(installation)>>
= Installation =
Using a terminal window, issue the following commands.
Download the file:
{{{
Line 8: Line 16:
 Extract the files from the archive using (sudo in this case is very important!): }}}
Extract the files from the archive using (sudo in this case is very important!):
{{{
Line 10: Line 20:
 Then cd into that directory: }}}
Then cd into that directory:
{{{
Line 12: Line 24:
 And run: }}}
And run:
{{{
Line 14: Line 28:
 Enter your password and hit return/enter. }}}
Enter your password and hit return/enter.
Line 16: Line 31:
 Follow the onscreen instructions, if you choose the defaults, you should have a launcher on your desktop, we need to get rid of that and the zdesktop directory in your home folder: Follow the on-screen instructions, if you choose the defaults, you should have a launcher on your desktop, we need to get rid of that and the zdesktop directory in your home folder:
Line 18: Line 33:
{{{
Line 20: Line 36:
}}}
Then we need to create a new one using:
{{{
/opt/zimbra/zdesktop/linux/user-install.pl
}}}
Line 21: Line 42:
 Then we need to create a new one using:
/opt/zimbra/zdesktop/linux/user-install.pl

== Uninstallation ==
If you used the defaults during the installation, you can remove ZimbraDesktop by issuing the following commands.
(note: this section is not yet complete)
{{{
sudo rm -rf /opt/zimbra/
}}}

= Further Reading =

 * [[http://www.zimbra.com/|Zimbra Website]]
 * [[http://en.wikipedia.org/wiki/Zimbra|Zimbra on Wikipedia]]
 * [[http://sourceforge.net/projects/zimbra/|Zimbra Desktop Sourceforge Page]]

----
CategorySoftware

Zimbra Desktop

Zimbra Desktop stores and syncs your email, calendar, contacts, files and documents in the cloud and also locally. Zimbra Desktop aggregates information across accounts (Zimbra, Yahoo! Mail, Gmail, Hotmail, etc.) and social networks (Facebook, Digg, Twitter, etc.)

Installation

Using a terminal window, issue the following commands. Download the file:

wget http://files2.zimbra.com/downloads/zdesktop/10580/zdesktop_2_0_b10580_linux_i686.tgz

Extract the files from the archive using (sudo in this case is very important!):

sudo tar xzvf zdesktop_2_0_b10580_linux_i686.tgz

Then cd into that directory:

cd zdesktop_2_0_b10580_linux_i686/

And run:

sudo perl install.pl

Enter your password and hit return/enter.

Follow the on-screen instructions, if you choose the defaults, you should have a launcher on your desktop, we need to get rid of that and the zdesktop directory in your home folder:

cd ~
sudo rm -rf zdesktop Desktop/zd.desktop

Then we need to create a new one using:

/opt/zimbra/zdesktop/linux/user-install.pl

Uninstallation

If you used the defaults during the installation, you can remove ZimbraDesktop by issuing the following commands. (note: this section is not yet complete)

sudo rm -rf /opt/zimbra/

Further Reading


CategorySoftware

ZimbraDesktop (last edited 2010-12-06 15:48:10 by 24)