lxadmin change it's name to kloxo?
Jah damn, site software kloxo ga jalan..?
Gw mau pake lxadmin aja deh. tp udh ga ad script downloadnya.. hiks.
tenang bro, pake aj yg ini :
[root@server2 ~]# more lxadmin-install-master.sh
#!/bin/sh
if ! [ -f /usr/sbin/yum ] && ! [ -f /usr/bin/yum ] ; then
echo You at least need yum installed for this to work...
echo Please contact our support personnel
echo " "
exit
fi
yum -y install php php-mysql wget zip unzip
rm -f program-install.zip
wget http://download.lxlabs.com/download/program-install.zip
export PATH=/usr/sbin:/sbin:$PATH
unzip -oq program-install.zip
cd program-install/lxadmin-linux
php lxins.php --install-type=master $* | tee lxadmin_install.log
Gw mau pake lxadmin aja deh. tp udh ga ad script downloadnya.. hiks.
tenang bro, pake aj yg ini :
[root@server2 ~]# more lxadmin-install-master.sh
#!/bin/sh
if ! [ -f /usr/sbin/yum ] && ! [ -f /usr/bin/yum ] ; then
echo You at least need yum installed for this to work...
echo Please contact our support personnel
echo " "
exit
fi
yum -y install php php-mysql wget zip unzip
rm -f program-install.zip
wget http://download.lxlabs.com/download/program-install.zip
export PATH=/usr/sbin:/sbin:$PATH
unzip -oq program-install.zip
cd program-install/lxadmin-linux
php lxins.php --install-type=master $* | tee lxadmin_install.log
Post a Comment for "lxadmin change it's name to kloxo?"