Available options during install
Available options during install
Options are the same as in official VestaCP, just instead vst-install.sh run vst-install-debian.sh
So, you can run:
So, you can run:
List of all options: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
Code: Select all
-a, --apache Install Apache [yes|no] default: yes
-n, --nginx Install Nginx [yes|no] default: yes
-w, --phpfpm Install PHP-FPM [yes|no] default: no
-v, --vsftpd Install Vsftpd [yes|no] default: no
-j, --proftpd Install ProFTPD [yes|no] default: yes
-k, --named Install Bind [yes|no] default: yes
-m, --mysql Install MySQL [yes|no] default: yes
-g, --postgresql Install PostgreSQL [yes|no] default: no
-d, --mongodb Install MongoDB [yes|no] unsupported
-x, --exim Install Exim [yes|no] default: yes
-z, --dovecot Install Dovecot [yes|no] default: yes
-c, --clamav Install ClamAV [yes|no] default: yes
-t, --spamassassin Install SpamAssassin [yes|no] default: yes
-i, --iptables Install Iptables [yes|no] default: yes
-b, --fail2ban Install Fail2ban [yes|no] default: yes
-o, --softaculous Install Softaculous [yes|no] default: no
-q, --quota Filesystem Quota [yes|no] default: no
-l, --lang Default language default: en
-y, --interactive Interactive install [yes|no] default: yes
-s, --hostname Set hostname
-e, --email Set admin email
-p, --password Set admin password
-u, --secret_url Set secret url for hosting panel
-1, --port Set Vesta port
-f, --force Force installation
-h, --help Print this help
Tags:
-
- Posts: 1
- Joined: Wed Nov 04, 2020 1:22 pm
Re: Available options during install
Hello
I tink there is a problem with the installer there is no way to install only apache i added nginx = no and apache = yes and the installer keep adding nginx and no apache
i also tried short version with -a yes and nginx -no
bash vst-install-debian.sh --apache yes --nginx no --phpfpm yes --vsftpd no --proftpd yes --named yes --mysql yes --postgresql no --exim yes --dovecot yes --clamav yes --spamassassin yes --iptables yes --fail2ban yes --quota yes --force no --interactive
I tink there is a problem with the installer there is no way to install only apache i added nginx = no and apache = yes and the installer keep adding nginx and no apache
i also tried short version with -a yes and nginx -no
bash vst-install-debian.sh --apache yes --nginx no --phpfpm yes --vsftpd no --proftpd yes --named yes --mysql yes --postgresql no --exim yes --dovecot yes --clamav yes --spamassassin yes --iptables yes --fail2ban yes --quota yes --force no --interactive
Re: Available options during install
Just put:cristian_direkthost wrote: ↑Wed Nov 04, 2020 1:29 pmbash vst-install-debian.sh --apache yes --nginx no --phpfpm yes --vsftpd no --proftpd yes --named yes --mysql yes --postgresql no --exim yes --dovecot yes --clamav yes --spamassassin yes --iptables yes --fail2ban yes --quota yes --force no --interactive
Code: Select all
--phpfpm no