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/14 20:11] – [Setup on Ubuntu for personal use] superwizard
Line 26: Line 26:
 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 103:
  
 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 116:
 ); );
  
 +
 +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