Lamp Debian 8

1. Lamp Debian 8

willian macedo
willianmacedo

(usa Debian)

Enviado em 08/12/2016 - 12:27h

Boa tarde

Estou instalando LAMP no DEBIAN 8 seguindo um tutorial.
porem estou com erro na seguinte parte:



apt-cache search php7.0
apt-get -y install php7.0-mysql php7.0-curl php7.0-gd php7.0-intl php-pear php-imagick php7.0-imap php7.0-mcrypt php-memcache php7.0-pspell php7.0-recode php7.0-sqlite3 php7.0-tidy php7.0-xmlrpc php7.0-xsl php7.0-mbstring php-gettext

E: Impossível encontrar o pacote php-imagick
E: Impossível encontrar o pacote php-memcache

alguem pode me dar uma força



  


2. Re: Lamp Debian 8

Perfil removido
removido

(usa Nenhuma)

Enviado em 08/12/2016 - 12:36h

O único pacote de php com imagemagick que encontrei:

php5-imagick - Provides a wrapper to the ImageMagick library

Veja que é php5.

----------------------------------------------------------------------------------------------------------------
Nem direita, nem esquerda. Quando se trata de corrupção o Brasil é ambidestro.
(anônimo)

Encryption works. Properly implemented strong crypto systems are one of the few things that you can rely on. Unfortunately, endpoint security is so terrifically weak that NSA can frequently find ways around it. — Edward Snowden



3. Lamp Debian 8

willian macedo
willianmacedo

(usa Debian)

Enviado em 08/12/2016 - 12:43h

obg pela atençao

realmente vou deixar de fora esses 2 ver o q acontece; uma vez q estou instalando o PHP7
estranho q no tutorial foi instalado php7







4. Re: Lamp Debian 8

Perfil removido
removido

(usa Nenhuma)

Enviado em 08/12/2016 - 12:56h

O pacote até existe, mas não está em Jessie.

https://packages.debian.org/search?keywords=php-imagick&searchon=names&suite=all&section...

----------------------------------------------------------------------------------------------------------------
Nem direita, nem esquerda. Quando se trata de corrupção o Brasil é ambidestro.
(anônimo)

Encryption works. Properly implemented strong crypto systems are one of the few things that you can rely on. Unfortunately, endpoint security is so terrifically weak that NSA can frequently find ways around it. — Edward Snowden



5. Lamp Debian 8

willian macedo
willianmacedo

(usa Debian)

Enviado em 09/12/2016 - 18:25h

apt-get -y install mariadb-server mariadb-client

mysql_secure_installation

mysql -u root -p

quit

apt-get -y install apache2

apt-get -y install php7.0 libapache2-mod-php7.0

systemctl restart apache2

nano /var/www/html/info.php

colar codigo abaixo

<?php
phpinfo();
?>

chown www-data:www-data /var/www/html/info.php

apt-cache search php7.0

apt-get -y install php7.0-mysql php7.0-curl php7.0-gd php7.0-imap php7.0-pspell php7.0-recode php7.0-sqlite3 php7.0-tidy php7.0-xmlrpc php7.0-xsl php7.0-mbstring php-gettext

/etc/init.d/apache2 restart

apt-get install php7.0-apcu php7.0-apcu-bc

/etc/init.d/apache2 restart

rm -f /var/www/html/info.php

a2enmod ssl

a2ensite default-ssl

/etc/init.d/apache2 restart

apt-get -y install phpmyadmin

nano /etc/apache2/apache2.conf
incluir as 2 primeiras linhas abaixo
ServerName localhost
include /etc/phpmyadmin/apache.conf
# It is split into several files forming the configuration hierarchy outlined
# below, all located in the /etc/apache2/ directory:
#
# /etc/apache2/
# |-- apache2.conf
# | `-- ports.conf
# |-- mods-enabled
# | |-- *.load
# | `-- *.conf
# |-- conf-enabled
# | `-- *.conf
# `-- sites-enabled
# `-- *.conf


/etc/init.d/apache2 restart

faltou só Git
mas esse e facil

abraxxxxx






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts