Difference between revisions of "Nag"

From SME Server
Jump to navigationJump to search
Line 23: Line 23:
  
 
  signal-event post-upgrade; signal-event reboot
 
  signal-event post-upgrade; signal-event reboot
 +
 +
alternatively 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
 +
expand-template /home/httpd/html/horde/nag/config/prefs.php
 +
expand-template /home/httpd/html/horde/config/registry.php
 +
config set Unsaved Changes no
  
 
After SME server reboots then
 
After SME server reboots then

Revision as of 22:12, 21 October 2017

Nag for SME Server

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 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
expand-template /home/httpd/html/horde/nag/config/prefs.php
expand-template /home/httpd/html/horde/config/registry.php
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.

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.