Jump to content

Hospedagem de Site em VPS


Jpzin

Recommended Posts

Boa tarde amigos,

Estou precisando instalar em meu servidor VPS um script site na qual preciso criar banco de dados e gerar cron.

Poderiam me indicar plataformas para instalar esse roteiro gratuitas como por exemplo VESTACP ou uma versão parecida com CPANEL que não tenha custo de licença 

Link to comment
Share on other sites

6 minutos atrás, Jpzin disse:

Muito obrigado vou  tentar realizar a instalação.


TUTO BASE CENTOS 7 64x

 

Para instalar o apache!

sudo yum clean all
sudo yum -y update
sudo yum -y install httpd
sudo firewall-cmd --permanent --add-port=80/tcp
sudo firewall-cmd --permanent --add-port=443/tcp
sudo firewall-cmd --reload
sudo systemctl start httpd
sudo systemctl enable httpd

Comando pra você instalar as extensões que seu sistema precisa!

yum install -y http://dl.iuscommunity.org/pub/ius/stable/CentOS/7/x86_64/ius-release-1.0-14.ius.centos7.noarch.rpm
yum -y update
yum -y install php56u php56u-pdo php56u-mysqlnd php56u-opcache php56u-xml php56u-gd php56u-devel php56u-mysql php56u-intl php56u-mbstring php56u-bcmath php56u-json php56u-iconv php56u-soap

Tutorial pra instalar mariaDB: https://www.digitalocean.com/community/tutorials/how-to-install-mariadb-on-centos-7
 

Edited by Maik V Oliveira
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Do you agree with our terms?