I hereby claim:
- I am socketwench on github.
- I am socketwench (https://keybase.io/socketwench) on keybase.
- I have a public key ASB8VszXYrHAra79n2p_Z75k4iUabDQhkZfmI07TMGcWxgo
To claim this, I am signing this object:
| default['sshd']['sshd_config']['AuthenticationMethods'] = 'publickey,keyboard-interactive:pam' | |
| default['sshd']['sshd_config']['ChallengeResponseAuthentication'] = 'yes' | |
| default['sshd']['sshd_config']['PasswordAuthentication'] = 'no' |
I hereby claim:
To claim this, I am signing this object:
| # From your Drupal 8 Root | |
| cd sites/default | |
| # Remove the files and re-create the directory with full permissions | |
| sudo rm -fr files && sudo mkdir files && sudo chmod 777 files | |
| # Remove settings and re-create it with full permissions. | |
| sudo rm settings.php && sudo cp default.settings.php settings.php && sudo chmod 777 settings.php | |
| # Install drupal with standard profile | |
| drush si --db-url=mysql://root:root@localhost/d8 --account-name=admin --account-pass=password standard |