Advanced Install Settings problem
-
- Posts: 6
- Joined: Mon Nov 09, 2015 8:11 am
Advanced Install Settings problem
hi
thank you for this great work i want install vesta CP in my new server with centos 7 but i get error evrytime i want install with advanced install system i get this message :
option requires an argument -- p
any help.
thank you
thank you for this great work i want install vesta CP in my new server with centos 7 but i get error evrytime i want install with advanced install system i get this message :
option requires an argument -- p
any help.
thank you
-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: Advanced Install Settings problem
How did you start the installation? Have you use some parameters? or just bash vst-install.sh?
-
- Posts: 6
- Joined: Mon Nov 09, 2015 8:11 am
Re: Advanced Install Settings problem
this is the command i make it
bash vst-install.sh --nginx yes --apache yes --phpfpm no --vsftpd no --proftpd yes --exim yes --dovecot yes --spamassassin yes --clamav yes --named no --iptables yes --fail2ban yes --mysql yes --postgresql no --remi yes --quota no
with hostname and email and password of course
i try more time in centos and in debian and all time the same message
bash vst-install.sh --nginx yes --apache yes --phpfpm no --vsftpd no --proftpd yes --exim yes --dovecot yes --spamassassin yes --clamav yes --named no --iptables yes --fail2ban yes --mysql yes --postgresql no --remi yes --quota no
with hostname and email and password of course
i try more time in centos and in debian and all time the same message
-
- Posts: 6
- Joined: Mon Nov 09, 2015 8:11 am
Re: Advanced Install Settings problem
exactly i get this
vst-install-debian.sh - option requires an argument -- p
and in centos
vst-install-rhel.sh - option requires an argument -- p
vst-install-debian.sh - option requires an argument -- p
and in centos
vst-install-rhel.sh - option requires an argument -- p
-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: Advanced Install Settings problem
Can you try:
Or when you use the password, hostname, e-mail in the command:
Code: Select all
bash vst-install.sh --vsftpd no --proftpd yes --named no
Code: Select all
bash vst-install.sh --vsftpd no --proftpd yes --named no -p test123 -s hostname.com -e [email protected]
-
- Posts: 6
- Joined: Mon Nov 09, 2015 8:11 am
Re: Advanced Install Settings problem
thank you for replay i will try
-
- Posts: 6
- Joined: Mon Nov 09, 2015 8:11 am
Re: Advanced Install Settings problem
the first code work but the second not work its give the same eroor all time.tjebbeke wrote:Can you try:Or when you use the password, hostname, e-mail in the command:Code: Select all
bash vst-install.sh --vsftpd no --proftpd yes --named no
Code: Select all
bash vst-install.sh --vsftpd no --proftpd yes --named no -p test123 -s hostname.com -e [email protected]
thank you for help
topic closed