User Tools

Site Tools


software:drupal

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
software:drupal [2017/10/14 19:17] – [Setup on Ubuntu for personal use] superwizardsoftware:drupal [2017/10/15 03:52] superwizard
Line 1: Line 1:
-====== Setup Drupal with Composer ====== +====== Setup Drupal with Composer Setup on Ubuntu for personal use ======
-====== Setup on Ubuntu for personal use ======+
  
 === First Setup LAMP === === First Setup LAMP ===
Line 103: Line 102:
  
 sudo service apache2 restart sudo service apache2 restart
 +sudo systemctl restart apache2
  
-sudo nano /var/www/html/sites/default/settings.php+ 
 +sudo chmod a+w /var/www/html/web/sites/default/settings.php 
 +sudo nano /var/www/html/web/sites/default/settings.php
  
  
Line 113: Line 115:
 ); );
  
 +
 +sudo chmod go-w /var/www/html/web/sites/default/settings.php
 </code> </code>
  
software/drupal.txt · Last modified: 2018/10/18 22:43 by superwizard