Search found 3 matches
- Mon Jun 22, 2015 12:10 pm
- Forum: General Discussion
- Topic: I can't install Vesta
- Replies: 2
- Views: 2943
Re: I can't install Vesta
Forgot to mention that you should only replace the first occurence, so that: wget $CHOST/$VERSION/dovecot.tar.gz -O /etc/dovecot.tar.gz instead looks like this: wget $CHOST/$VERSION/dovecot-new.tar.gz -O /etc/dovecot.tar.gz That way, you're downloading dovecot-new.tar.gz, but it's saved as dovecot.t...
- Mon Jun 22, 2015 12:06 pm
- Forum: RHEL/CentOS
- Topic: Bug in install script for RHEL
- Replies: 7
- Views: 7802
Bug in install script for RHEL
I tried to install VestaCP on CentOS 6, but the installation failed. Seems that there's an error in the install script for RHEL: wget $CHOST/$VERSION/dovecot.tar.gz -O /etc/dovecot.tar.gz cd /etc/ rm -rf dovecot tar -xzf dovecot.tar.gz rm -f dovecot.tar.gz chown -R root:root /etc/dovecot The file ht...
- Mon Jun 22, 2015 12:01 pm
- Forum: General Discussion
- Topic: I can't install Vesta
- Replies: 2
- Views: 2943
Re: I can't install Vesta
There's an error in the install script for RHEL: wget $CHOST/$VERSION/dovecot.tar.gz -O /etc/dovecot.tar.gz cd /etc/ rm -rf dovecot tar -xzf dovecot.tar.gz rm -f dovecot.tar.gz chown -R root:root /etc/dovecot The file http://c.vestacp.com/0.9.8/rhel/dovecot.tar.gz only contains dovecot.conf. On the ...