Difference between revisions of "drupal debian quick start"

From thelinuxwiki
Jump to: navigation, search
(Created page with "==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 extenstio...")
 
(drupal)
 
Line 21: Line 21:
 
===drupal===
 
===drupal===
 
[https://www.drupal.org/documentation/install/developers Quick install for developers (command line)]
 
[https://www.drupal.org/documentation/install/developers Quick install for developers (command line)]
 +
 +
===post install===
 +
chmod a-w sites/default/settings.php
 +
chmod a-w sites/default

Latest revision as of 18:30, 14 October 2018

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)

post install

chmod a-w sites/default/settings.php
chmod a-w sites/default