Difference between revisions of "Nag"

From SME Server
Jump to navigationJump to search
(Added check version and uninstall info)
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
== Nag for SME Server ==
 
== Nag for SME Server ==
 +
{{Warning box| This contrib is available on SME 7, SME 8 and SME 9, however no longer maintained by its author. He strongly suggests moving to [[https://wiki.contribs.org/Horde5 Horde 5]] for SME9 [[http://bugs.contribs.org/show_bug.cgi?id=8956 see bug #8956]]. }}
 +
 +
=== Version ===
 +
{{ #smeversion: smeserver-nag}}
 +
{{ #smeversion: nag-h3}}
  
 
=== Maintainer ===
 
=== Maintainer ===
Line 9: Line 14:
 
*Nag is the Horde task list application. It stores todo items, things due later this week, etc.  
 
*Nag is the Horde task list application. It stores todo items, things due later this week, etc.  
 
*It is very similar in functionality to the Palm ToDo application.
 
*It is very similar in functionality to the Palm ToDo application.
 
 
<br>Step-by-step silly HowTo for installation of Nag.
 
 
It's intended for Linux-newbies like myself.
 
 
This installs from smedev repository (the simple way), there could be later versions elsewhere.
 
  
 
=== Installation ===
 
=== Installation ===
Line 22: Line 20:
 
2. Download and install nag and smeserver-nag with:
 
2. Download and install nag and smeserver-nag with:
  
  yum --enablerepo=smedev install smeserver-nag
+
  yum --enablerepo=smecontribs install smeserver-nag
  
3. Do following commands for the changes to take effekt:
+
3. Do following commands for the changes to take effect:
  
  signal-event post-upgrade
+
  signal-event post-upgrade; signal-event reboot
  
  signal-event reboot
+
alternatively to avoid reboot  you could do :
 +
expand-template /etc/e-smith/sql/init/80mysql.create.nag
 +
expand-template /etc/e-smith/sql/init/81nag_upgrade
 +
service mysql.init restart
 +
  signal-event email-update
 +
config set Unsaved Changes no
  
Your SME server reboots
+
After SME server reboots then
  
 
4. Enable webmail access in server-manager (if not already done)
 
4. Enable webmail access in server-manager (if not already done)
Line 36: Line 39:
 
5. Open https://yourserver/webmail
 
5. Open https://yourserver/webmail
  
6. Log in and check out "ToDo"-item.
+
6. Log in and check out "Tasks"-item.
  
 
==== Check installed version ====
 
==== Check installed version ====
 
  yum info installed *nag*
 
  yum info installed *nag*
That will show both packages (+ e-smith ma'''nag'''er).
+
 
 +
This will show details on packages '''nag-h3''' and '''smeserver-nag''' plus ''e-smith-manager'' (because of the "nag" in the word manager). The first 2 are the working rpms for this contrib.
  
 
==== Uninstall ====
 
==== Uninstall ====
 
  yum remove nag-h3
 
  yum remove nag-h3
  
This will also remove smeserver-nag.
+
This will remove '''nag-3''' and '''smeserver-nag''' but not ''e-smith-manager''.
  
 
=== Additional information ===
 
=== Additional information ===
Line 56: Line 60:
 
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).
  
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.
 +
 
 +
=== connect with Thunderbird ===
 +
 
 +
you will need to install pear HTTP_WebDAV_Server
 +
pear install channel://pear.php.net/HTTP_WebDAV_Server-1.0.0RC8
 +
service httpd-e-smith restart
 +
 
 +
to add a task list use thunderbird and lightning
 +
* add new ical with url:
 +
https://server/horde/rpc.php/nag/username/username.ics
 +
* login to http://server/webmail and go to task, then "manage task" on left
 +
* click "subscription url" and change last part to be username only
 +
 
 +
 
 +
=== Bugs ===
 +
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-nag component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-nag|title=this link}}.
 +
 
 +
{{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=smeserver-nag|noresultsmessage="No open bugs found."}}
 +
 
  
Please do edit if you find errors or have improvements, but make sure that it works!
+
===Changelog===
 +
Only released version in smecontrib are listed here.
  
Good luck [http://wiki.contribs.org/User:Per /Per]
+
{{ #smechangelog: smeserver-nag}}
  
=== Tested software versions ===
 
Host: SMEserver v7.1 with update 3 (7.1.3)
 
  
Package                Arch      Version          Repository        Size
 
<br>smeserver-nag          noarch    1.1-3            smedev            26 k
 
<br>nag-h3                  noarch    2.1.3-1          smedev            1.4 M
 
  
 
----
 
----
  
[[Category: Contrib]]
+
[[Category: Deprecated Contrib]]
 +
[[Category: Groupware]]

Latest revision as of 22:30, 17 April 2021

Nag for SME Server

Warning.png Warning:
This contrib is available on SME 7, SME 8 and SME 9, however no longer maintained by its author. He strongly suggests moving to [Horde 5] for SME9 [see bug #8956].


Version

Contrib 9:
smeserver-nag
The latest version of smeserver-nag is available in the SME repository, click on the version number(s) for more information.


Contrib 9:
nag-h3
The latest version of nag-h3 is available in the SME repository, click on the version number(s) for more information.


Maintainer

John Bennett Services - JBS (software)

Description

  • Nag is the Horde task list application. It stores todo items, things due later this week, etc.
  • It is very similar in functionality to the Palm ToDo application.

Installation

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

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

yum --enablerepo=smecontribs install smeserver-nag

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

signal-event post-upgrade; signal-event reboot

alternatively to avoid reboot you could do :

expand-template /etc/e-smith/sql/init/80mysql.create.nag 
expand-template /etc/e-smith/sql/init/81nag_upgrade
service mysql.init restart
signal-event email-update
config set Unsaved Changes no

After SME server reboots then

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

5. Open https://yourserver/webmail

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

Check installed version

yum info installed *nag*

This will show details on packages nag-h3 and smeserver-nag plus e-smith-manager (because of the "nag" in the word manager). The first 2 are the working rpms for this contrib.

Uninstall

yum remove nag-h3

This will remove nag-3 and smeserver-nag but not e-smith-manager.

Additional information

Nag 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 do edit if you find errors or have improvements.

connect with Thunderbird

you will need to install pear HTTP_WebDAV_Server

pear install channel://pear.php.net/HTTP_WebDAV_Server-1.0.0RC8
service httpd-e-smith restart

to add a task list use thunderbird and lightning

  • add new ical with url:

https://server/horde/rpc.php/nag/username/username.ics

  • login to http://server/webmail and go to task, then "manage task" on left
  • click "subscription url" and change last part to be username only


Bugs

Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-nag component or use this link .

"No open bugs found."


Changelog

Only released version in smecontrib are listed here.