Install phpMyAdmin di foxlor
login ke server ( misal OS debian)
kemudian lakukan command berikut :
apt-get install phpmyadmin
lalu
ln -s /usr/share/phpmyadmin phpmyadmin
akses nya : http://ipaddr/phpmyadmin
login ke server ( misal OS debian)
kemudian lakukan command berikut :
apt-get install phpmyadmin
lalu
ln -s /usr/share/phpmyadmin phpmyadmin
akses nya : http://ipaddr/phpmyadmin
1.login to server
2.then execute this command
php5 -q /var/www/froxlor/scripts/froxlor_master_cronjob.php –force
3. restart apache
In order to install Froxlor on Debian we need to add the repositories first:
touch /etc/apt/sources.list.d/froxlor.list
Next we will add the sources to froxlor.list.
If you’re on Debian Squeeze:
echo 'deb http://debian.froxlor.org squeeze main' > /etc/apt/sources.list.d/froxlor.list
If you’re on Debian Wheezy:
echo 'deb http://debian.froxlor.org wheezy main' > /etc/apt/sources.list.d/froxlor.list
Now add and approve the key for the Froxlor packages:
apt-key adv --keyserver pool.sks-keyservers.net --recv-key FD88018B6F2D5390D051343FF6B4A8704F9E9BBC
To update your package list and upgrade your system to latest, enter the following command:
apt-get update && apt-get upgrade
Install Froxlor together with all needed packages (e.g. webserver):
apt-get install froxlor
sumber : http://redmine.froxlor.org/projects/froxlor/wiki/InstallationDebian