README for Portal::UserProperties
Created by Xperience, Inc. (admin@pcxperience.com)
12/04/2000

The Portal::UserProperties Perl Module(s) is the User Properities
Application as implemented using Perl Modules.  It is designed to plug into the
Portal application.


Installation is as usual:
  tar xvzf libpcxportal-user-properties-perl-{VERSION}.tar.gz
  cd libpcxportal-user-properties-perl-{VERSION}
  perl Makefile.PL
  make
  make test
  su (if not root)
  make install

  This installs the Perl Modules that make up the application.

  tar xvzf pcxportal-user-properties-{VERSION}.tar.gz
  cd pcxportal-user-properties-{VERSION}
  cd install
  ./install.pl


  If the application has custom images that it wants to reference, they go in 
  the install/files/images directory along with the icon image for the application.

  If the application has JavaScript or static HTML files they need to access,
they must be in install/files/js.

  If the application has any database creation files/scripts they will use 
whenever setting up a company in the portal, they must be in install/files/install.

  These custom files will automatically be copied over when install.pl is run
and will be placed in web server root/portal/images/UserProperties, /portal/js/UserProperties and
/portal/install/UserProperties so that the App has access to them when it runs.

  If the install.pl script is going to configure other things (cron entries, 
etc.) they should be put in the files directory and the install.pl script should
be updated to handle them.
