Mudanças entre as edições de "Instalação Teampass"
Ir para navegação
Ir para pesquisar
Linha 39: | Linha 39: | ||
'''Reiniciar apache''' | '''Reiniciar apache''' | ||
systemctl restart httpd | systemctl restart httpd | ||
+ | |||
+ | '''Iniciar DB''' | ||
+ | systemctl start mariadb | ||
+ | systemctl enable mariadb | ||
'''Criar senha do DB''' | '''Criar senha do DB''' | ||
+ | mysqladmin -u root password '$senha' |
Edição das 15h20min de 24 de maio de 2021
HOMOLOGADO COM
SO: CentOS 7
Memoria: 4Gb
HD: 16Gb
Executar a instalação padrão prevista em
Customização Padrão Instalação VM
Instalar net-tools
yum install net-tools -y
Instalar vim
yum install vim -y
Instalar wget
yum install wget -y
Atualizar Sistema
yum update -y yum upgrade -y
Reiniciar a máquina
reboot
Instalar Dependencias
yum -y install unzip wget mariadb-server mariadb-devel git
Instalando Repositórios
yum install epel-release rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
Instalando PHP 7.4
yum --enablerepo=remi-php74 install php php-xml php-soap php-xmlrpc php-mbstring php-json php-gd php-mcrypt libapache2-mod-php php-ldap php-curl php-mysql php-mcrypt php-fpm php-common openssl php-mysql php-bcmath
Ajustar configuração PHP
vim /etc/php.ini max_execution_time = 60
Reiniciar apache
systemctl restart httpd
Iniciar DB
systemctl start mariadb systemctl enable mariadb
Criar senha do DB
mysqladmin -u root password '$senha'