Parley
view release on metacpan or search on metacpan
contrib/example/deploy.sh view on Meta::CPAN
echo ""
read -p "Use ctrl-z to return to the shell and apply any patches. fg then ENTER to continue." FOOBAR
fi
if [ ! -d $DIR ]; then
echo "directory missing: $DIR";
exit;
fi
cp -a ./parley/root/static/user_file ./$DIR/root/static/ 2>/dev/null
sudo chown -R parley:www-data ./$DIR/root/static/user_file/
ls ./$DIR/root/static/user_file/
(cd $DIR && perl Makefile.PL)
./parley/script/parley_email_engine.pl stop
rm parley
ln -s $DIR parley
./parley/script/parley_email_engine.pl start
( run in 0.460 second using v1.01-cache-2.11-cpan-5511b514fd6 )