Ispconfig3 configuration I can not install Hello, I followed all the steps of the tutorial indicated here on the site The Perfect Server - Debian 10 (Buster) with Apache, BIND, Dovecot, PureFTPD and ISPConfig 3.1 However i get to step 20: 20 Download ISPConfig 3 and this step does not work ... What am I doing wrong? I paste in SSH the command as indicated But it says it doesn't exist. Does not install ... May I have your help? What should I do? Message appears indicating "Command not found" I must copy and paste this command, right? what did I do wrong? I'm using google cloud
Code: cd /tmp wget http://www.ispconfig.org/downloads/ISPConfig-3.1.15p2.tar.gz tar xvfz ISPConfig-3.1.15p2.tar.gz cd ispconfig3_install/install php -q install.php Run these commands. If you get an error, please put the error in your comment, so we can see which command isn't working. EDIT: TS sent me a private message asking for help. Turns out wget wasn't installed by default. To fix this, run: Code: sudo apt-get install wget
On Debian 10 wget is priority Standard, so it should be installed. Besides, the ISPConfig install guide uses wget before chapter 20, so if wget were not installed chapters 11, 17 and 18 would have failed also. Using Code: grep wget /var/log/dpkg.log should show when wget was installed and removed.