In order to install DirectAdmin hosting panel without facing problems follow the numbered steps:
First install compilers etc:
1.yum install gcc
2.yum install gcc-c++
3.yum install flex
if not you will get the errors:
*** gcc is required for compiling, please install gcc (yum install gcc)***
*** g++ is required for compiling, please install g++ (yum install gcc-c++)***
*** flex is required for compiling php, please install flex (yum install flex)***
Installation didn’t pass, halting install.
then download and install directadmin
4.wget http://www.directadmin.com/setup.sh
5.chmod 755 setup.sh
6./sbin/ifconfig (run this to find out the name of your virtual network card)
example:
venet0:0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:xx.xxx.xxx.xxx P-t-P:xx.xxx.xxx.xxx Bcast:xx.xxx.xxx.xxx Mask:255.255.255.255
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1
In this case the card is venet0:0
7. Run ./setup.sh
fill all the info for the installation to begin and complete.
If everything goes smooth you will see the following message:
## INSTALL_COMPLETE
## ACCOUNT_INFO
8.to find your admin pass run updatedb
9.run locate setup.txt
10. cat /usr/local/directadmin/scripts/setup.txt
You must be logged in to post a comment.