drupal debian quick start

From thelinuxwiki
Revision as of 17:44, 14 October 2018 by Nighthawk (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

versions

debian: 9.5 (stretch) apache: 2.4.25 php: 7.0 drupal: 8.6.1

installation

0.S.

apps

apt-get install mysql-server php7.0 apache2

php extenstions

apt-get install php7.0-gd php7.0-xml php7.0-mysql

optional

for improved unicode support

apt-get install php7.0-mbstring

drupal

Quick install for developers (command line)