software:drupal
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| software:drupal [2017/10/11 19:12] – [Ubuntu after copy of Drupal to web location setup setting.php] superwizard | software:drupal [2018/10/18 22:43] (current) – superwizard | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| - | ====== Setup on Ubuntu for personal use ====== | + | |
| + | From: https:// | ||
| + | |||
| + | < | ||
| + | PhpMyAdmin will show you a form with all the user information fields. | ||
| + | You will need to delete the value in the user_pass field and replace it with your new password. Under the function column, select MD5 from the drop down menu and click on the Go button. | ||
| + | |||
| + | Your password will be encrypted using the MD5 hash and then it will be stored in the database. | ||
| + | |||
| + | </ | ||
| + | |||
| + | ====== | ||
| + | |||
| + | NOTE: / | ||
| === First Setup LAMP === | === First Setup LAMP === | ||
| Line 26: | Line 39: | ||
| 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:// | http:// | ||
| U: root | U: root | ||
| Line 102: | Line 116: | ||
| sudo service apache2 restart | sudo service apache2 restart | ||
| + | sudo systemctl restart apache2 | ||
| - | sudo nano / | + | |
| + | sudo chmod a+w / | ||
| + | sudo nano / | ||
| Line 112: | Line 129: | ||
| ); | ); | ||
| + | |||
| + | sudo chmod go-w / | ||
| </ | </ | ||
software/drupal.1507749169.txt.gz · Last modified: by superwizard
