Multics manager (youcam)

Click here to enlarge

Click here to enlarge

Click here to enlarge

Click here to enlarge

how to install ?

Script

Click here to enlarge




Database

Click here to enlarge



tested on
DISTRIB_RELEASE=12.04


#########
installation #
#########


apt-get update
apt-get install apache2 apache2-mpm-prefork apache2-utils libapache2-mod-php5 libapr1 libaprutil1 libdbd-mysql-perl libdbi-perl libnet-daemon-perl libplrpc-perl libpq5 mysql-client-5.5 mysql-common mysql-server mysql-server-5.5 php5-common php5-mysql
apt-get install phpmyadmin
apt-get install curl libcurl3 libcurl3-dev php5-curl
mkdir -p /usr/local/lib/php/extensions
wget http://downloads2.ioncube.com/loader..._x86-64.tar.gz
tar zfx ioncube_loaders_lin_x86-64.tar.gz
cd ioncube
php -v
cp ioncube_loader_lin_5.3.so /usr/local/lib/php/extensions
printf "zend_extension = /usr/local/lib/php/extensions/ioncube_loader_lin_5.3.so\n" >> /etc/php5/apache2/php.ini
service apache2 restart


go to


http://yourip/phpmyadmin


create database


upload backup.sql


backup.sql


go to


systemISlaM/config.php


and edit your database info



Click here to enlarge