I just installed DA successfully on a new Debian OpenVZ vps and here were the steps taken. Make sure the server has at least 256 megs of RAM for the install. With less it will succeed but will be flawed in many ways:
First, update Debian to the latest version:
apt-get update
apt-get dist-upgrade
Next, install some needed tools for the install:
apt-get install gcc g++ make
Because, its OpenVZ, I also enabled quota's on the server and rebooted.
wget the latest setup.sh from DirectAdmin's site
edit the script to REMOVE all references of --no-check-certificate. Just replace it with a space.
run the script
Set the ethernet adapter to venet0:0 instead of eth0 (if on OpenVZ).
Choose apache option 2, custom build.
Choose default (apache 2.2 + php5) (you can change it later)
Enable spamassassin if you like:
/usr/local/directadmin/scripts/spam.sh
set admin password:
passwd admin
reboot and login. Enjoy!
First, update Debian to the latest version:
apt-get update
apt-get dist-upgrade
Next, install some needed tools for the install:
apt-get install gcc g++ make
Because, its OpenVZ, I also enabled quota's on the server and rebooted.
wget the latest setup.sh from DirectAdmin's site
edit the script to REMOVE all references of --no-check-certificate. Just replace it with a space.
run the script
Set the ethernet adapter to venet0:0 instead of eth0 (if on OpenVZ).
Choose apache option 2, custom build.
Choose default (apache 2.2 + php5) (you can change it later)
Enable spamassassin if you like:
/usr/local/directadmin/scripts/spam.sh
set admin password:
passwd admin
reboot and login. Enjoy!