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/11 19:12] – [Ubuntu after copy of Drupal to web location setup setting.php] 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 26: Line 25:
 sudo apt-get install php-mbstring php7.0-mbstring php-gettext libapache2-mod-php7.0 sudo apt-get install php-mbstring php7.0-mbstring php-gettext libapache2-mod-php7.0
 sudo service apache2 restart sudo service apache2 restart
 +sudo systemctl restart apache2
 http://localhost/phpmyadmin/ http://localhost/phpmyadmin/
 U: root U: root
Line 102: 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 112: 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