/bin
instancename.binary
/etc/
/logrotate.d
/init.d
/cron.d
/var/
/var/data
/var/run
/var/log
A postgresql example:
/bin
MyDatabase.psql
/etc/
/logrotate.d
MyDatabase.logrotate
/init.d
MyDatabase.postgresql
/cron.d
MyDatabase.cron
/var/
/var/data
MyDatabase/
/var/run
MyDatabase.pid
/var/log
postgresql/
MyDatabase.log
The profils are just specialized paster templates so you just have to apply a template to a project.
Example:
# Applying the 'minitage.env' profil to 'myproject' paster create -t minitage.env myproject