Installing Login Notes
======================

1) Start with untaring the file into the plugins directory.
   Here is a example for the 1.2 version of the Login Notes
   plugin.

  $ cd plugins
  $ tar -zxvf login_notes-1.2-1.4.0.tar.gz

2) Change into the login_notes directory, copy config.sample.php
   to config.php and edit config.php, making adjustments as
   you deem necessary.

  $ cd login_notes
  $ cp config.sample.php config.php
  $ vi config.php

3) Then go to your config directory and run conf.pl.  Choose
   option 8 and move the plugin from the "Available Plugins"
   category to the "Installed Plugins" category.  Save and exit.

  $ cd ../../config/
  $ ./conf.pl



Upgrading Login Notes
======================

1) Start with untaring the file into the plugins directory.
   Here is a example for the 1.2 version of the Login Notes
   plugin.

  $ cd plugins
  $ tar -zxvf login_notes-1.2-1.4.0.tar.gz

2) Change into the login_notes directory, check your config.php
   file against the new version, to see if there are any new
   settings that you must add to your config.php file.

  $ diff -u config.php config.sample.php

   Or simply replace your config.php file with the provided sample
   and reconfigure the plugin from scratch (see step 2 under the
   installation procedure above).


