ASPT is designed to provide project tracking for small project teams. Team members can enter time spent, estimated remaining time and comments for each task. ASPT can also help users to improve their estimating skills by comparing their actual times to the original estimate that is maintained in the system.
NOTE: ASPT provides absolutely no security features! It assumes an environment of trust.
These instructions are based on using an apache web server running
under Linux. Even with this combination there are many possible
variations to the specific locations and commands used to get the
application installed successfully. Just follow these steps, using
values suitable for your own site's configuration.
If you are using a non-unix-like operating system then I'm sure
you will be able to translate the concepts to your environment.
To install ASPT -
This will create an ASPT-n.n
directory containing the
following files -
ASPTCommon.pm
ASPTData.pm.template
ASPTDataFileTie.pm
edit_projects.pl
edit_tasks.pl
edit_users.pl
edit_user_tasks.pl
edit_user_types.pl
proj_report.pl
proj_track_login.pl
proj_track.pl
README
setup_help.html
usage_help.html
ASPTicon.png
ASPTlogo2.png
ASPTlogo4.png
data
Create a link called ASPT
to the extracted directory in your
cgi-bin
directory.
(Something like:
cd /var/www/cgi-bin; ln -s ASPT-n.n ASPT
should do the trick)
Create a link to the cgi-bin/ASPT
directory in your
DocumentRoot
directory. (This makes the help pages
accessible)
Note: The above assumes that your web server is configured
to allow symbolic links to be followed from the cgi-bin
and
DocumentRoot
directories
(Options FollowSymLinks
for apache).
You may prefer to copy, move or rename the files instead.
Set ownership and permissions on the ASPT/data
directory so that your httpd
process can create and write
to files in it.
(chown -R www-data:www-data /var/www/cgi-bin/ASPT/data
works for me)
Edit the $admin_name
and $admin_email
strings near the top of
ASPTCommon.pm
. These set the mailto:
link in the footer of the Project Tracker pages.
You may also like to edit the $title
and $version
strings to customise the text of the main heading.
Copyright(c) 2002-2006 - John Lemcke