geerlingguy / raspberry-pi-dramble

DEPRECATED - Raspberry Pi Kubernetes cluster that runs HA/HP Drupal 8
http://www.pidramble.com/
MIT License
1.67k stars 260 forks source link

Test Drupal 7 on the Pi Dramble #66

Closed geerlingguy closed 8 years ago

geerlingguy commented 8 years ago

This issue is mostly meant for documentation purposes; I don't know if I'll ever add 'official' support for Drupal < 8 on the Dramble, but here are the steps for getting D7 bootstrapped quickly/easily:

First, comment out the following in playbooks/drupal/tasks/install.yml:

# - name: Wait for Drupal to get bootstrapped.
#   pause: seconds=5
#   when: "inventory_hostname == groups.webservers[0]"

# - name: Override the generated site UUID with our own.
#   command: >
#     drush config-set -y system.site uuid {{ drupal_site_uuid }}
#     chdir={{ drupal_docroot }}
#   when: "inventory_hostname == groups.webservers[0]"
#   become: yes
#   become_user: www-data

Then, comment out the 'collation' => 'utf8mb4_general_ci', line inside playbooks/drupal/templates/settings.php.j2.

geerlingguy commented 8 years ago

That's it, updated the benchmark page and now heading back to work on other issues... http://www.pidramble.com/wiki/benchmarks/drupal