How to select the install configuration

Post Reply
gregorio
Posts: 7
Joined: Sun Jun 28, 2020 10:09 am

VestaCP has this super simple configurator that generates the command for installing the software: http://vestacp.com/install/

Is it the same syntax for myVesta?

May I use that to define the configuration I prefer?

Thanks,
Gregorio
User avatar
myVesta
Site Admin
Posts: 965
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 10 times
Been thanked: 6 times

Yes, the syntax is the same, just instead vst-install.sh run vst-install-debian.sh

So, you can run:
curl -O http://c.myvestacp.com/vst-install-debian.sh

bash vst-install-debian.sh --nginx yes --phpfpm yes --apache no --named yes --remi no --vsftpd no --proftpd yes --iptables yes --fail2ban yes --quota no --exim yes --dovecot yes --spamassassin yes --clamav yes --softaculous no --mysql yes --postgresql no --hostname your.hostname.com --email [email protected] --password yourp45w00rd
Post Reply