Drupal8 Docker Container App Initiative for testing purposes

Submitted by ricardo on Thu, 07/02/2015 - 11:10

Since that the need to support Drupal 8 will jump soon, i wanted to share with you all a contribution i've been working on:

Drupal8 Container App Initiative for testing purposes

The app will run locally, will be self-contained and will give you a local IP that you can ssh and do your own breaking and testing. Like testing modules, configs... Drupal8's container is updated to the newest version every night.

This only requires 2 steps:

Drupal, DevOps and DrupalCon Barcelona 2015

Submitted by ricardo on Wed, 05/27/2015 - 17:38

Drupal is an awesome tool for building sites!
You imagine, you create and finally you publish your work online.
“What now? Is that work over?”
If you have those questions making an echo in your mind, then this track is exactly what you were looking for.

Every site needs to be deployed, hosted, monitored, upgraded, scaled, security patched and maintained. Drupalcon Barcelona DevOps track can help you to achieve those goals and ensure the success of your site.

DevOps bridges the gap between the world of developers and operations.

Drupal 8 is SkyRocket FAST!

Submitted by ricardo on Thu, 04/23/2015 - 15:13

This slide comes from http://talks.php.net/fluent15#/ and should be compared to the other platforms there also, since the ~2500 requests per second on Drupal8/PHP7 overcome the 600 requests per second on WordPress 4.1.1/PHP7.
This was a recent presentation done by Rasmus Lerdorf (http://en.wikipedia.org/wiki/Rasmus_Lerdorf) in SAN FRANCISCO about PHP7.

Tags

The value of testing Drupal - Using docker containers!

Submitted by ricardo on Thu, 10/30/2014 - 16:57

Check the all blog post here:
https://www.acquia.com/blog/value-testing-drupal

If you are a Drupal contributor, one of the things that immediately pops into your mind is the time that takes to test your patch. Testing happens throughout the whole workflow of getting a change in Drupal core and contrib modules. Testing is what keeps you awake to see if your patch failed or passed. Testing is what makes you pull out your hair or jump with joy.

POODLE SSLv3 Vulnerability Fix!

Submitted by ricardo on Wed, 10/15/2014 - 11:21

First of all disable SSLv3 on your browser before fixing your server.

If you have Chrome/Firefox updated you can use newer protocols like TLSv1 or above. If you have Internet Explorer equal or lower than IE7 than you need to upgrade or use another browser/operating system...

Shellshock Bash vulnerability fix for Ubuntu & Debian Linux (also MACs)

Submitted by ricardo on Fri, 09/26/2014 - 13:44

You can upgrade to the latest .deb on precise until utopic and get it fixed:

Run:
env x='() { :;}; echo vulnerable' bash -c 'echo hello' ;
apt-get update;
apt-get -y install bash;
env x='() { :;}; echo vulnerable' bash -c 'echo hello'

Detailed Proof of the Fix:

Powered by Drupal