github

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
MarcusOaten's picture

Drupal West Midlands Meetup resources

Opening this up for discussion as we talk about last month.
It would be good if we could get these things sorted at least a week before the next meetup on the September 20th 2018.

Things DONE
Drupal West midlands github: https://github.com/orgs/DrupalWM/
Drupal West midlands twitter: https://twitter.com/drupalWM

Things we need
Youtube channel:

Some VM's available on our github page: github.com/orgs/DrupalWM/VM-config?
Drupal VM config files on github for: Windows, Mac, Linux, so anyone can run demos from presentations easily with a few commands.

Read more
esteinborn's picture

Git resources

HI everybody!

I kept forgetting to post those resources that I told Meredith that I would. So here they are.

Read more
Anonymous's picture

Free Git and Github Ciurse for Beginners on Facebook...

Hi All,

There is a free Git and GitHub course on Facebook... check this out... Satish Talim is a great teacher and conducts free courses on Ruby and related technologies... this time he is offering a beginners course on Git and GitHub... for those who are interested the link is

https://www.facebook.com/notes/satish-talim/free-git-github-course/10151...

Happy Learning...

Feel free to share.... it starts on Aug 28th...

Read more
decibel.places's picture

STOP SOPA and PIPA with Pirate Talk Drupal Module

Continue yer scurvy #stopsopa protest by translating your Drupal site into Pirate Talk customized for th' wretch'd 99%

My 'first' public Drupal module? Actually it's just forked from the original Pirate Talk module created by Richard Eriksson: http://drupal.org/project/pirate

Sample: http://netsperience.org/content/blog/test-sopa-pirates-drupal-module
(original text Pirated from Gizmodo.com http://gizmodo.com/5877000/what-is-sopa )

What Is that scurvey SOPA treaty? The sharks will eat well tonight! Get me spyglass, I'll warrant ye!

Read more
jmolivas's picture

Como mostrar código gist en nodo de drupal

A continuación muestro los pasos de como lograr esta tarea :

-Crear nuevo gist ejemplo:
--https://gist.github.com/1373785

-Instalar módulo de Drupal "Gist Input Filter":
--http://drupal.org/project/gist_filter

-Configurar Módulo:
--Según sea el caso admin/config/content/formats/plain_text ó admin/config/content/formats/full_html
--Seleccionar opción de "Gist filter (Github Gists)"

-Agregarlo al nodo:
Insertar codigo [gist:###] donde ### es el número de tu gist asignado en http://gist.github.com/###

Para ver enlace e entrada de blog

Read more
z3cka's picture

Collaboration on GitHub

I've created an Organization on github for our projects that we would like to work on with each other. It can be found here: https://github.com/lvdug ... please comment with your github username so I can add you as a member of the organization.

Read more
awebb's picture

Presentation on managing Drupal projects with Git and GitHub

I just thought I post a little information about a presentation I am going to be giving at the October meetup. At the last meetup, I was asked if I would mind giving a presentation on the use of GitHub in managing Drupal projects. We have pretty much switched all of our development versioning to Git at CollectiveColors.com, because it has shown to have significant benefits in our own development processes.

Git makes it easier for us because:

  1. It allows us to better collaboratively develop our software while minimizing the impact of code conflicts.
  2. Allows us to easily track what we have developed.
  3. Branching and merging of repositories is a breeze.
  4. It is very easy to turn any directory tree into a Git repository.
  5. Git submodules are perfect for Drupal development.

We have learned a lot of really cool methods for managing software projects using Git and GitHub, so we figured that we would share some of what we have learned in our journey so far. Although, I have a rough outline of what I want to talk about during this presentation, I am open to hearing your suggestions, after all I'm not presenting to myself.

So what I am thinking so far? ...

Read more
Subscribe with RSS Syndicate content