Pacific Northwest Drupal Summit

I am getting ready for the Pacific Northwest Drupal Summit taking place this weekend in Seattle. I’m looking forward to it – should be fun to feed my inner geek by delving into Drupal, the open source software platform that powers Kabissa, and to connect with local area Drupalistas in attendance to find out what they are working on and where we might be able to work together. I’m also looking forward to catching up with old friends who are coming to town for the event like Kurt Voelker and Ivan Boothe. It’s been a while.

What follows is a shameless copy-paste job of cherry picked session descriptions from the Drupal Summit program for Saturday followed by some notes on my goals for each session. I am not able to come Sunday. Suggestions and comments most welcome. :)

[Oh - and this reminds me that we should get the next Bainbridge Island Drupal User Group meeting on the calendar so we can keep working on issues like this and nurture our island Drupal community. It's not always easy for us to get into Seattle for the monthly Seattle Drupal Users Group meetups. Note to self to check in with Leif Utne, Marc Shor and the rest of the island Drupalistas to get this going.] 

Git super basics (10:00)

Git has continued to be the version control system of choice for Drupal and the related projects. If you have yet to take the plunge or are unsure of how to use git with Drupal during development this session is for you. This will be an interactive session so bring your laptop and take the plunge into git.

If you want to start contributing code to modules as patches, share work with others in your team, or start your own project you will want to use git.

  • Create an ssh key on your platform of choice – Windows, Mac, Nix
  • Initialize a repository for your project and check in some code.
  • Make changes to your code and review it against your original code.
  • Create a separate branch and merge those changes into your production branch.
  • Clone Drupal 8

The above interactive examples will be done via your systems terminal application not a GUI. GUI’s are great but I believe clouds what is really happening with git when first learning how it works. The goal of this session is for you to leave with a solid understanding of git so that when you start to use a GUI you are confident about what you are doing.

Pre-session prep. Github has a great walk-through on setting git up on your system.

Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.

Personal goal: set up git and a working development environment on my laptop that lets me install and work on clean Drupal profiles.

Agile Project Management – Scrum & Drupal (11:15)

You’ve heard of Agile, and probably even worked on a team that said it was agile. You may have attended a scrum, or a standup worked off of a back log, and with iterative sprints, but do you really know what Scrum is? In this session, GregoryHeller, certified Scrum Master and Certified Scrum Product Owner will walk you through the various aspects of The Scrum Methodology, explain the different roles on a scrum team, and talk about applying scrum to Drupal projects, and applying scrum to projects for external clients.

Personal goal: learn about Scrum from the master, Gregory Heller, and reflect on how it might apply to Kabissa and the development of our platform with inputs from volunteer and contract developers. Think about how Scrum Methodology works with Redmine (the tracker we use at Kabissa)

Git it on (13:30)

Git is the latest and most exciting piece of SCM in a long time, even better it’s 100% open source. Git is now the main source control on drupal.org. Easy to install and super flexible, source control isn’t just for the corporate types anymore. This introductory session highlights how to use Git not only as a source control client in a team setting, but how to manage just about any kind of electronic information.

Providing the unique perspectives of a serial team developer and a freelance designer, this session will cover topics like:

  • How to set up your repository
  • How to commit
  • How to share with others
  • Branching and merging to maximize efficiency on a project
  • How to use git to do other neat things besides manage your project code
  • How to contribute back to the community by using git
  • Tricky tips and tricks to make git fly – with a publicly shared git config file, shared using (what else) GIT!
  • Why git is so special, why should anyone who works in web design / development should use it.
  • Identifying the suck, how git helps find what broke & (if you care) whodunnit.
  • Besides D.O. who else is using Git? (Hint: the answer may surprise you)

Warning: This session may contain odd humor, awkward metaphors, sudden flashes of inspiration and an intense desire to register for a GitHub account.

Personal goal: properly set up the git repository for Kabissa to make it as easy as possible for anyone who wants to contribute to Kabissa to do so and to make sure that code developed for Kabissa that can be shared back to Drupal is in fact shared back. Learn how it fits in with Redmine.

Drupal Archaeology (15:00)

Drupal is an adventure! Especially when you encounter a Drupal site that you didn’t build or that you know little about. Sometimes the adventure is tame exploration of functionality and sometimes it can involve battling Nazis who hacked Drupal Core.In this session we’ll present methods to help you uncover important information about your Drupal installation that will:

  • Allow you to gain a better understanding of your site and how it works
  • Address security vulnerabilities and issues
  • Prepare for upgrading to Drupal 7, Drupal 8 and beyond!
Personal goal: What he said. The three points above are a perfect fit for my personal need to gain a handle on the Kabissa Drupal installation, deal with security issues, and start thinking about the upgrade from D6 to D7.  

Using Drupal for Multiple Sites: Effective Strategies for Enterprise Web Platforms (16:15)

How many websites is your organization running? Your main site. Program and project sites. Product sites. Community sites. Marketing sites, blogs, and event sites. There is a way to manage it all. Drupal can help you save time and money by efficiently managing your ecosystem of web properties that, like it or not, most organizations find themselves having to manage across their enterprise.

In this session, you’ll learn practical how-to’s and real-world case studies of using Drupal as a platform to:

  • Easily launch and manage multiple websites on a single platform
  • Instantly deploy “starter sites” that can be extended and customized over time
  • Reduce costs by re-purposing features across websites
  • Centralized security and patch management

This session is aimed at providing an overview of all of the ways that Drupal can be used to support an ecosystem of multiple websites for a single organization. We’ll get into architectural approaches, but not necessarily deep into code – its a great session for those that are looking for how best to approach multiple site needs within their organization with Drupal.

Personal goal: Mainly I want to reconnect with Kurt, who I haven’t seen for a few years! But I also am interested in the topic and getting an overview on how to quickly and easily deploy Drupal installations, both for Kabissa and also so I can help others set up their sites. For Kabissa I am interested in quickly setting up sandbox and dev versions of the Kabissa site for testing and development.

About Tobias Eigen

I am a nonprofit technology expert, and founder of Kabissa, an online platform connecting people and organizations for Africa for networking, information sharing and ICT peer learning. I tweet at @tobiaseigen and @kabissa, and maintain my CV at LinkedIn.
This entry was posted in Information and Communication Technology and tagged , , , , , . Bookmark the permalink.