Commit graph

67 commits

Author SHA1 Message Date
Serghey Rodin
3e7d6362a3 Merge pull request #799 from pcfreak30/hotfix/798
Use $VESTA variable everywhere in installer
2016-08-29 16:57:20 +03:00
Serghey Rodin
73177fe22c Merge pull request #822 from prodimon/master
mini fix
2016-08-29 16:51:57 +03:00
Serghey Rodin
6eca748bce apparmor rules for bind9 2016-08-26 17:27:02 +03:00
Dmitry Bannik
4bc53a1142 Added default install "expect" to work for backup sftp 2016-08-25 02:33:19 +03:00
Derrick Hammer
f8c8a33d40 *Set VESTA global variable and use everywhere 2016-07-31 04:06:38 -04:00
Serghey Rodin
5c98639825 fix missing pub_ip during install 2016-06-30 23:10:03 +03:00
Serghey Rodin
047be8108c fix for missing ip in install header 2016-06-28 16:54:56 +03:00
Serghey Rodin
155573ac88 fix for missing hostname 2016-06-28 14:55:59 +03:00
Serghey Rodin
637fac7bfe session fix for new installers 2016-06-28 13:49:17 +03:00
Serghey Rodin
17c20881e1 autoupdates + fqdn workaround 2016-06-28 02:46:10 +03:00
Serghey Rodin
c59b6230a2 Release 0.9.8-16 2016-06-27 14:31:44 +03:00
Serghey Rodin
7b23de9d75 nginx repo url update 2015-11-09 23:52:38 +02:00
Serghey Rodin
196d7024cb added cron as dep package to installer 2015-11-08 21:37:07 +02:00
Serghey Rodin
5604a90870 installer update (fail2ban) 2015-11-08 21:27:49 +02:00
Serghey Rodin
e8431de456 install notifications 2015-11-07 14:58:27 +02:00
Demon_Goxa
6338361ba0 Fix vst-install-ubuntu.sh 2015-10-30 00:03:49 +03:00
Serghey Rodin
56012d8719 smart way to hanlde php.ini 2015-10-24 16:48:35 +03:00
Serghey Rodin
80bf6422c4 no custom location for roundcube configs 2015-10-24 15:23:30 +03:00
Serghey Rodin
ad9c035f8c updated log location 2015-10-24 15:18:30 +03:00
Serghey Rodin
0c0b039d84 No apache2.2-common in old Ubuntu 2015-10-24 15:15:53 +03:00
Serghey Rodin
ad138d681c no versions at c.vestacp.com 2015-10-24 15:12:55 +03:00
Serghey Rodin
aa409cac25 remi argument handler 2015-10-24 15:06:20 +03:00
Serghey Rodin
e892898874 New vesta installer 2015-10-21 20:10:00 +03:00
Serghey Rodin
144b58fc15 Merge pull request #297 from devsli/master
Fix messages
2015-04-14 14:02:40 +03:00
anton-reutov
04dccc917e Update vst-install-ubuntu.sh 2015-02-21 14:37:25 +03:00
Serghey Rodin
0b1abcfe04 Fix for firewall.tar.gz issue 2015-02-19 01:06:17 +02:00
Leonid Suprun
c1195d1f30 Clarify "user admin exists" message 2015-01-26 12:32:37 +03:00
Leonid Suprun
c426be582a apt-get, not yum 2015-01-26 11:59:09 +03:00
Leonid Suprun
57b9104369 /etc/sudoers not modified during installation 2015-01-24 11:37:26 +03:00
Leonid Suprun
3924ede8bb Do not overwrite default sudoers config 2015-01-24 11:32:03 +03:00
Serghey Rodin
5904999d2b Fix for firewall setup 2014-10-26 13:24:30 +02:00
Serghey Rodin
832575b325 Remove rm -f firewall.tar.gz 2014-10-23 17:27:10 +03:00
Serghey Rodin
569bd23fe5 new installer 2014-10-22 15:29:42 +03:00
Serghey Rodin
a42619cc28 fix for custom mysql password 2014-09-04 15:09:55 +03:00
Serghey Rodin
7fc00d4939 Added full sudo support for admin user 2014-09-02 15:48:49 +03:00
Serghey Rodin
c6e5ab2719 Added e2fsprogs for chattr support 2014-08-28 10:04:02 +03:00
Serghey Rodin
8ba51eb0ac Removing phpcgi template for Ubuntu 14.04 as deprecated 2014-08-04 21:11:42 +03:00
Serghey Rodin
3dd3c2f454 added bsdutils package 2014-08-04 20:43:26 +03:00
Serghey Rodin
6cd65c593d Upadted formating 2014-07-29 20:46:00 +03:00
Serghey Rodin
62c05fb08f Fix MySQL autostart issue on Ubuntu 14.04 2014-07-06 14:55:29 +03:00
Serghey Rodin
1a009ce84e a couple spelling errors 2014-06-16 12:26:49 +03:00
Serghey Rodin
2e77a53323 New installer for Ubuntu 2014-06-14 11:51:27 +03:00
Serghey Rodin
b6f034e16d ubuntu 14.0.4 support 2014-04-18 03:21:20 +03:00
Serghey Rodin
d08ee4b8c6 named should listen on all interfaces 2014-03-30 15:33:18 +03:00
demlasjr
98a76e92cb Added chmod 777 for phpmyadmin tmp folder
Without chmod 777 for /var/lib/phpmyadmin/tmp, uploading a sql database through phpmyadmin generates the next errors:

"Failed to load /etc/phpmyadmin/config-db.php Check group www-data has read access and open_basedir restrictions., 

PHP Warning:  Unknown: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/usr/share/phpmyadmin/:/etc/phpmyadmin/:/var/lib/phpmyadmin/:/usr/share/php/php-gettext) in Unknown on line 0

PHP Warning:  File upload error - unable to create a temporary file in Unknown on line 0"
2014-03-19 00:58:35 +01:00
Serghey Rodin
17aa86c1f1 mod_ssl activation on Ubuntu 2014-03-16 20:18:25 +02:00
Serghey Rodin
a6f53e25d5 777 on roundcube logs 2014-01-22 22:39:38 +02:00
Serghey Rodin
74e22bcc1e dnsutils installation 2014-01-22 22:35:18 +02:00
Serghey Rodin
c2f4595410 Added Ubuntu 13.10 support 2013-12-28 16:01:40 +02:00
Serghey Rodin
7aea9979c2 a2enmod actions 2013-12-10 14:11:32 +02:00