# # 11/28/2006 # These are steps needed to get a server to run the raptor application. # This is by no means complete and is intended to be added to and # modified as needed. -jff- # 1. Permissions need to be set properly for /app/tools/sale_import/bin/import_sale_file.pl Needs to be executable by all. 2. Permissions need to be set properly for /app/data Needs to be writeable by group. 3. Make sure you're running perl 5.8.7: $ /usr/local/bin/perl -v Be sure there aren't other versions of perl in /usr/bin: $ /usr/bin/perl -v if it's different from 5.8.7, move it out of the way: $ sudo mv /usr/bin/perl /usr/bin/perl5.8.5 and symlink to the local version of 5.8.7: $ cd /usr/bin $ sudo ln -s /usr/local/bin/perl