1. In order to use ama you have to add something like this to your .bashrc or what you prefer export AURORA_BASEDIR=/path/to/the/docroot export AURORA_DEFAULT_AUTHOR="[YOUR NAME HERE]" alias ama=\${AURORA_BASEDIR}/run 2. write ama in your console. if it works it will shows a help screen. 3. The file "run" is written having php under /usr/bin/php. if it's not there make a symlink ln -s /where/your/php /usr/bin/php or you can run it like php \${AURORA_BASEDIR}/run 4. If you want to have a manpage add follow row in your /etc/man.conf MANPATH=\${AURORA_BASEDIR}/manage/man 5. If you wanna use more instances with webapp-config you need more variable as in step 1 for the different AURORA_BASEDIR. 6. You have to enable mod_rewrite in your Apache