Difference between revisions of "Mnemo"

From SME Server
Jump to navigationJump to search
(Added a Mnemo install HowTo)
 
(Added check version and uninstall info)
Line 7: Line 7:
 
=== Description ===
 
=== Description ===
  
Mnemo is the Horde notes and memos application.  
+
*Mnemo is the Horde notes and memos application.  
It lets users keep free-text notes and other bits of information which doesn't fit as a contact, a todo item, an event, etc.  
+
*It lets users keep free-text notes and other bits of information which doesn't fit as a contact, a todo item, an event, etc.  
It is very similar in functionality to the Palm Memo application.
+
*It is very similar in functionality to the Palm Memo application.
  
<br>Step-by-step silly HowTo for installation of Mnemo on a fresh SMEserver 7.1.3.
+
<br>Step-by-step silly HowTo for installation of Mnemo.
  
 
It's intended for Linux-newbies like myself.
 
It's intended for Linux-newbies like myself.
Line 37: Line 37:
  
 
6. Log in and check out "Memo"-item.
 
6. Log in and check out "Memo"-item.
 +
 +
==== Check installed version ====
 +
yum info installed *mnemo*
 +
That will show both packages.
 +
 +
==== Uninstall ====
 +
yum remove *mnemo*
 +
Check spec (when asked) that no unintended packages have been included.
 +
  
 
=== Additional information ===
 
=== Additional information ===
Line 42: Line 51:
  
 
[http://forums.contribs.org/index.php?topic=35530.0 Announcement: SME Server 7.x Contribs]
 
[http://forums.contribs.org/index.php?topic=35530.0 Announcement: SME Server 7.x Contribs]
 +
 +
More tips about email in this HowTo: [[Email]]
  
 
If you connect to the SMEserver console by Putty ssh-client (or similar) you can copy and paste the commands (very convenient).
 
If you connect to the SMEserver console by Putty ssh-client (or similar) you can copy and paste the commands (very convenient).
Line 51: Line 62:
 
Good luck [http://wiki.contribs.org/User:Per /Per]
 
Good luck [http://wiki.contribs.org/User:Per /Per]
  
 +
=== Tested software version ===
 +
'''Host:''' SMEserver v7.1 with update 3 (7.1.3)
 +
<br>'''Software:'''Installed: smeserver-mnemo.noarch 0:1.1-2 Dependency Installed: mnemo-h3.noarch 0:2.1.1-00sme01
  
 
----
 
----
  
 
[[Category: Contrib]]
 
[[Category: Contrib]]

Revision as of 16:08, 16 April 2007

Mnemo for SME Server

Maintainer

John Bennett Services - JBS (software)

Description

  • Mnemo is the Horde notes and memos application.
  • It lets users keep free-text notes and other bits of information which doesn't fit as a contact, a todo item, an event, etc.
  • It is very similar in functionality to the Palm Memo application.


Step-by-step silly HowTo for installation of Mnemo.

It's intended for Linux-newbies like myself.

This installs from smedev repository (the simple way), there could be later versions elsewhere.

Installation

1. Log in (with username root) to the SMEserver console.

2. Download and install mnemo and smeserver-mnemo with:

yum --enablerepo=smedev install smeserver-mnemo

3. Do following commands for the changes to take effekt:

signal-event post-upgrade
signal-event reboot

Your SME server reboots

4. Enable webmail access in server-manager (if not already done)

5. Open https://yourserver/webmail

6. Log in and check out "Memo"-item.

Check installed version

yum info installed *mnemo*

That will show both packages.

Uninstall

yum remove *mnemo*

Check spec (when asked) that no unintended packages have been included.


Additional information

Mnemo website

Announcement: SME Server 7.x Contribs

More tips about email in this HowTo: Email

If you connect to the SMEserver console by Putty ssh-client (or similar) you can copy and paste the commands (very convenient).

Please note that this was written in april 2007, if the software change then this howto may be outdated.

Please do edit if you find errors or have improvements, but make sure that it works!

Good luck /Per

Tested software version

Host: SMEserver v7.1 with update 3 (7.1.3)
Software:Installed: smeserver-mnemo.noarch 0:1.1-2 Dependency Installed: mnemo-h3.noarch 0:2.1.1-00sme01