-
It will save around 20-30 mA, and is pretty simple to do. See related: https://github.com/geerlingguy/raspberry-pi-dramble/issues/58
-
What would be the steps to get Redis working on drupal-vm? I have added these:
## playbook.yml
```
# Conditionally-installed roles.
- { role: geerlingguy.redis, when: '"redis" in installed_extras' …
jiv-e updated
8 years ago
-
Would it be worth trying to configure drupal-pi to rely less on the sd card and instead run out of memory as much as possible?
I saw this concept while reading about extending the lifespan of sd card…
-
See: http://buytaert.net/making-drupal-8-fly
D8 offers a lot more integration with caching logic, pumping data through the right places at the right times, etc. Maybe write about the opportunities of…
-
See sister issue: https://github.com/geerlingguy/raspberry-pi-dramble/issues/51
-
See: https://github.com/drush-ops/drush/issues/1409
Originally discovered in https://github.com/geerlingguy/raspberry-pi-dramble/issues/47
-
Currently the Dramble really is only configured to run the demonstration D8 codebase, which I maintain and which will likely always be a couple beta/final releases behind the latest stable D8 release.…
-
Is the removal of the file /etc/network/interfaces deliberate?
It causes more problems than it is worth to be honest. I've found in all cases I've had to re-add the contents back in (eth0 for DHCP an…
-
It seems switching the GPIO pin on which the ACT LED operates is as easy as setting the following inside `/etc/config.txt`:
```
# Use a different GPIO pin for ACT LED.
dtparam=act_led_gpio=XX
```
..…
-
Raspberry Pi-compatible (ARM) apt repos only contain PHP versions up to 5.4.x. A couple options:
- Compile PHP from source (supported easily by `geerlingguy.php` role, but would take absolutely foreve…