Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section General Discussion RHEL/CentOS
  • Search

vestacp fresh install

RHEL/CentOS related topics
Locked
  • Print view
Advanced search
11 posts
  • 1
  • 2
  • Next
maszd
Posts: 16
Joined: Fri Aug 22, 2014 5:10 am

vestacp fresh install

Post by maszd » Fri Mar 20, 2015 12:06 am

hello,
its possible to install fresh vestacp with latest version php 5.6 and mysql 5.6?
iam use centos 6 x86 with remi repo enable but when installing vestacp its just install php 5.4 and mysql 5.5.
other version is up to date like phpmyadmin its installing 4.3.12
thanks.
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: vestacp fresh install

Post by skurudo » Fri Mar 20, 2015 5:19 am

Use modern repo with software you needed.

VestaCP install all software from the list in script, it's no version check - all software from repo in your system.

Code: Select all

# Install Vesta packages
apt-get -y install $software
if [ $? -ne 0 ]; then
    echo 'Error: apt-get install failed'
    exit 1
fi
Top

maszd
Posts: 16
Joined: Fri Aug 22, 2014 5:10 am

Re: vestacp fresh install

Post by maszd » Fri Mar 20, 2015 10:08 am

skurudo wrote:Use modern repo with software you needed.

VestaCP install all software from the list in script, it's no version check - all software from repo in your system.

Code: Select all

# Install Vesta packages
apt-get -y install $software
if [ $? -ne 0 ]; then
    echo 'Error: apt-get install failed'
    exit 1
fi
hello,
thanks for reply :)
so i need add that code on vestacp install script (vst-install.sh) before install process on centos?
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: vestacp fresh install

Post by skurudo » Fri Mar 20, 2015 10:19 am

Nope, it's code from install script from Debian to demonstrate my thesis about version of software, in other os the same logic.
Top

maszd
Posts: 16
Joined: Fri Aug 22, 2014 5:10 am

Re: vestacp fresh install

Post by maszd » Fri Mar 20, 2015 10:34 am

skurudo wrote:Nope, it's code from install script from Debian to demonstrate my thesis about version of software, in other os the same logic.
thank for this info :)
so the only way for use latest version on vestacp is upgrade after fresh install done.
i will try it.
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: vestacp fresh install

Post by skurudo » Fri Mar 20, 2015 10:52 am

maszd wrote:upgrade after fresh install done
Yes, or use repo with new version before install
Top

maszd
Posts: 16
Joined: Fri Aug 22, 2014 5:10 am

Re: vestacp fresh install

Post by maszd » Fri Mar 20, 2015 10:58 am

Hi again :)
i was use this command for upgrade to php 5.6

Code: Select all

rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm
yum install yum-plugin-replace
yum replace php-common --replace-with=php56w-common
and its working great with this result :
Image

now how to upgrade to mysql 5.6?
thanks.
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: vestacp fresh install

Post by skurudo » Fri Mar 20, 2015 11:07 am

You can try this manual for example

https://www.digitalocean.com/community/ ... positories
Top

maszd
Posts: 16
Joined: Fri Aug 22, 2014 5:10 am

Re: vestacp fresh install

Post by maszd » Fri Mar 20, 2015 11:14 am

skurudo wrote:You can try this manual for example

https://www.digitalocean.com/community/ ... positories
thanks @skurudo :)
Top

maszd
Posts: 16
Joined: Fri Aug 22, 2014 5:10 am

Re: vestacp fresh install

Post by maszd » Fri Mar 20, 2015 11:56 pm

and this my step for update mysql :

Code: Select all

rpm -Uvh http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm
vi /etc/yum.repos.d/mysql-community.repo
yum update mysql-server
service mysqld restart
chkconfig mysqld on
mysql_upgrade
with this result :
Image
Top


Locked
  • Print view

11 posts
  • 1
  • 2
  • Next

Return to “RHEL/CentOS”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password