NAME

papp-admin - administrate papp


SYNOPSIS

 # list all applications
 papp-admin --list-apps
 # create a new application-set "port81"
 papp-admin --addset port81
 # create/change an application and mount it onto /test
 papp-admin --app test --appset port81 --path apps/test.papp --mount /test
 # delete the test application again
 papp-admin --app test --delete
 # remount app application to /otheradm, destroying other mount options
 papp-admin -app admin --mount /otheradm
 # expire state databases, keep anonymous users 60d,
 # registered users 1 year and state entries for 14 days:
 papp-admin --keepuser 60d --keepreguser 1y --keepstate 14d --expire


DESCRIPTION

Uh sorry...


SEE ALSO

the PApp manpage.


AUTHOR

 Marc Lehmann <pcg@goof.com>
 http://www.goof.com/pcg/marc/