-
On debian/ubuntu/kali run this commands as root:
apt-get install apache2 mongodb libapache2-mod-php5 php5-cli php5-mongodb php5-gd php5-geoip
a2enmod rewrite && php5enmod mongo && service apache2 restart
See IMPORTANT NOTES if you have any troubles.
-
You need to configure your apache server. Make sure you set "AllowOverride" option to "All".
-
Upload or "git clone" Scanlab sources to your prefered folder.
-
Edit file 'inc/example.settings.php' and move it to 'inc/settings.php'.
-
Go to http://your.scanlab.domain.com/install.php and set password for your ROOT user.
Install these packages:
nginx-full mongodb php5-fpm php5-cli
php5-mongodb php5-gd php5-geoip
Example nginx configuration file can be found in 'other' folder.
Then see instructions for apache and do your best.
Debian Wheezy/Kali Linux users can find php5-mongodb package in backports repository.
deb http://http.debian.net/debian wheezy-backports main
If you are using newest version of Ubuntu, you will also need to install:
php5-json