Welcome to Valkyrja Project Home
Step 1: Install apache web server and php5 interpreter
How many tutorial you can find over internet about it? :-D
Step 2: Copy all Valkyrja files in the htdocs Apache folder (or in one folder inside). For example, /www/var/valkyrja
Step 3: If you want, protect valkyrja with .htaccess files :-)
Step 4: Permission
For the correct work of Valkyrja, you must give to www-data user the permit to execute some command. Valkyrja use "sudo" as permit wrapper.
By typing visudo, you can modify user's permit. You have to write something similar to this:
#/etc/sudoers file
www-data ALL=(ALL) NOPASSWD: /sbin/iptables
www-data ALL=(ALL) NOPASSWD: /sbin/ifconfig
www-data ALL=(ALL) NOPASSWD: /usr/bin/nmap
www-data ALL=(ALL) NOPASSWD: /sbin/iptables-save
www-data ALL=(ALL) NOPASSWD: /usr/sbin/tcpdump
www-data ALL=(ALL) NOPASSWD: /sbin/ifconfig
www-data ALL=(ALL) NOPASSWD: /usr/bin/nmap
www-data ALL=(ALL) NOPASSWD: /sbin/iptables-save
www-data ALL=(ALL) NOPASSWD: /usr/sbin/tcpdump
Step 5: Some valkyrja's modules need third-part program (i.e. nmap and tcpdump). Download it form internet :-)
Step 6: ENJOY valkyrja!!!
--Stefano & Cristian