Where?: 7 World Trade Center, 29th Floor (Mansueto Ventures)
When?: August 3rd, 6:30 - 9:00 PM
Directions?
http://tinyurl.com/mansuetoventuresdirections
Afterwards?
http://maps.google.com/?q=Suspenders&cid=15798436359602217114
Plans?
-
LIGHTNING ROUNDS
New feature. Have a topic you can present in 5 minutes (with 5 more minutes for questions)? The basic idea is there are patterns for developing sites the "drupal" way ("what would drupal do? etc."). Tell us a quick 5 minute recipe for how to put the Drupal "bricks" together. Theming techniques or other things may also be appropriate. Propose it below. Make sure you mention it is for the "lightning round" otherwise it might get confused with a longer presentation.- Javascript Bookmarklet - GDO Event CSV creator - robbiethegeek
- quickauth - coltrane
- Open Topic - suggest
- 2 step authentication awesomeness for Drupal Installs - duckx ~ 20 mins
- Render Arrays in D7 - bleen18 ~ 20 mins
- Drupal 7 Ajax framework - ericduran ~ 20 mins
- rapidly deploy a site (drush, drush make,...) - likewhoa ~ 20 mins
- Drush Remote Control - smerrill ~ 20 mins
Signup Instructions!: 7 World Trade Center security checks your photo id against the list of attendees that we provide.

Comments
Drush Remote Control!
I propose a talk on using remote Drush commands.
With the new Drush remote command support, it's easier than ever to pull databases from one environment to another, rsync the files directory, and do deploys, and I'd love to show the theory and some practice on how to do so.
sounds awesome
Would love to see this.
Definite +1
Definite +1
Added with an estimated 20
Added with an estimated 20 mins :)
I approve of this talk
I write to say I approve of this talk.
yes drush goodness!
looking forward to another prezi presentation from smerrill and I would like to propose yet another topic on drush which talks about drush,drush_make,features and the profiler module for ways to rapidly deploy a site and or create ready to use fully configured and tweaked drupal sites.
I will not go into much details as to what's involved with these 4 building blocks but I will show you how you can use these awesome tools to your advantage in less than 20minutes!
bending technology to fit businesses.
2 step authentication awesomeness for Drupal Installs
So a very good 2 step authentication module just came out for drupal about a month ago. This one totally rocks since you can generate your security code via your iphone or android. It even has a nice push notification too!
Would like to do a presentation on the duo security module: http://drupal.org/project/duo
Will be going over:
Also for those that want to view last month's meetup video presentations. They are located here:
http://www.archive.org/details/DrupalNycMeetup-July2011
I tried to upload them to youtube, but i dont have rights to upload anything longer than 15 minutes. =(... sorry steven... And vimeo is pretty anonying in the fact that I can only upload one at a time which I havent gotten to yet. But everything is on archive.org, its just not very UI friendly since they combined all the videos into just 1 long one with my batch upload. I'll see what I can figure out to make this more accessible and searchable without all the extra steps involved.
Thanks for sharing! I think
Thanks for sharing! I think I'll use Duo for securing my SSH :)
i love how they set it up for
i love how they set it up for SSH.. its pretty hot... now i dont have to worry about stupid keyloggers or what not.
FYI: The main video at
FYI: The main video at archive is just a spinning circle for me. The individual mpeg4 files load a video in browser.
thanks.. will look into it...
thanks.. will look into it...
Thanks for doing this. The
Thanks for doing this. The responsive & media presos were ones I was sorry to miss.
TFA
If you want to run the entire process yourself, plugging into your own sms delivery service or paying Twilio's fees over DuoSecurity there's also the a generic Two-factor Authentication http://drupal.org/project/tfa module.
An additional browser-based log-in token module is http://drupal.org/project/factortwo
hi coltrane, yea i think you
hi coltrane, yea i think you gave a talk or was it someone else about 2 step which i missed last time.
I'm currently using Google
I'm currently using Google Authenticator on my Ubuntu server (and Gmail/Google Apps accounts). So far, it's been working great, and it's free!
http://code.google.com/p/google-authenticator/
I'll do a 15-20mins on Render
I'll do a 15-20mins on Render Arrays in d7 and why they're awesome
There seems to be a decent
There seems to be a decent amount of presentatiotn at this meetup. This is going to be a good one.
If time permits I'll like to do one on Drupal 7 Ajax framework.
I think it'll complement bleen's presentation really well.
Also ill step out of my 5min comfort zone and also do 20 minutes.
:)
Alex & Eric you are up :-)
Added to the event
Robbie
Anyone attending Drupaldelphia / Capitol Camp
Want to do a lightening round of their experience at these events?
Robbie
Quick Authentication URLs
I'd like to do a lightning presentation on a Drupal 7 module that provides easy authentication URLs that allow you to skip using a username and password but still provides security against eavesdropping, replay attacks, and is unique to a client. Module is at http://drupal.org/project/quickauth
you got it Ben :)
See you tomorrow night
signup
I blew the signup deadline. Any way I can still get in? Also, where would be the best place to start a discussion on the lack of iCal parser for the feed module? (Outside of the module itself) I'd like to know what others are doing in lieu of having an iCal consumer in D7. It's a showstopper for me personally in implementing some sites in D7
I am really sorry
I submitted the attendees list this morning at about 12:15AM to the venue as per our agreement.
Feel free to come over to the post meetup festivities at Suspenders.
Robbie
no worries...thanks! <eom>
nothing to see here...
Sadly I have to cancel for
Sadly I have to cancel for today. I'll do my presentation next time.
Also sadly I've been so busy I completely forgot to register. Bad me, bad.
Have fun everyone.
Not going to happen
Today runneth over. No way I'm escaping in time. Boo!
streaming link...
streaming link: http://www.livestream.com/aveventstream
drupalsh repository (bash scripts to become drush scripts)
Here's the repo I showed for 5 seconds at the end of the meetup :)
https://github.com/jzacsh/drupalsh
Any help would be much appreciated (even if that's, "Jon, here's how simple it is to make a drush script" -- that'll probably get me to convert this whole repo to proper drush).
Otherwise, feel free to enjoy it just as it is: bash :D
Thanks to everyone for presenting and attending
I think it was a pretty awesome meetup, but I am biased :)
Hope to see everyone your next Drupal event, remember there is a Playday and a Happy Hour event also every month.
@RobbieTheGeek :-)
Thanks for organizing. I had
Thanks for organizing. I had a great time.
drush make and profiler example files
Use the files label developer.* to put inside the profiles/developer folder i.e
mkdir profiles/developer;mv developer.* profiles/developer. The only file that you need to run to fetch the drupal core is distro.make, just run# drush make distro.makeand drush will fetch your sources.distro.make - This is your drush make stub file, you should never have to edit this file unless you plan on using a different core version of Drupal.
; set our api version and drupal core
api = 2
core = 7.x
; Fetch from git sources directly instead of a stable release.
projects[drupal][type] = core
projects[drupal][download][type] = git
projects[drupal][download][branch] = 7.x
projects[drupal][download][url] = http://git.drupal.org/project/drupal.git
developer.info - This is file just tells Drupal which modules to enable by default in our install profile and some other cool stuff.
name = A Developer Install Profile
core = 7.x
description = Provides a Developer Centric Install Profile.
theme = rubik
; Core modules
dependencies[] = block
dependencies[] = color
dependencies[] = comment
dependencies[] = contextual
dependencies[] = dashboard
dependencies[] = help
dependencies[] = image
dependencies[] = list
dependencies[] = menu
dependencies[] = number
dependencies[] = options
dependencies[] = path
dependencies[] = taxonomy
dependencies[] = dblog
dependencies[] = search
dependencies[] = field_ui
dependencies[] = file
dependencies[] = rdf
; Developer Centric Modules
dependencies[] = ctools
dependencies[] = strongarm
dependencies[] = admin_menu
dependencies[] = pathauto
dependencies[] = devel
dependencies[] = drupalforfirebug
dependencies[] = token
dependencies[] = features
; Site Information
variables[site_name] = Get to work!
variables[site_mail] = likewhoa@localhost
variables[site_footer] = Developer Install Profile
variables[site_frontpage] = node/1
variables[clean_url] = 0
; users
users[admin][uid] = 1
users[admin][name] = admin
users[admin][mail] = user@localhost
users[admin][roles] = administrator
users[admin][status] = 1
; nodes
nodes[hello][type] = blog
nodes[hello][title] = Hello World!
nodes[hello][body] = Lorem ipsum dolor sit amet...
nodes[hello][uid] = 1
<code>
developer.make - Used to fetch our modules,themes and libraries.
<code>
api = 2
core = 7.x
; Required Modules for features build
projects[ctools][subdir] = developer
projects[ctools][version] = 1.x-dev
projects[admin_menu][subdir] = developer
projects[admin_menu][version] = 3.x-dev
projects[features][subdir] = developer
projects[features][version] = 1.x-dev
projects[libraries][subdir] = contrib
projects[libraries][version] = 2.x-dev
projects[token][subdir] = contrib
projects[token][version] = 1.x-dev
projects[pathauto][subdir] = contrib
projects[pathauto][version] = 1.x-dev
projects[drupalforfirebug][subdir] = developer
profiler[drupalforfirebug][version] = 1.x-dev
; themes
projects[rubik] = 4.0-beta6
projects[tao] = 3.0-beta3
; libraries
projects[profiler][type] = library
projects[profiler][download][type] = get
projects[profiler][download][url] = http://ftp.drupal.org/files/projects/profiler-7.x-2.x-dev.tar.gz
<code>
developer.install - Here is where your custom php code will reside. I left it empty for you to fill with goodness, now get to it!
<code>
<?php
developer.profile - checks for the profiler library and loads it so we can use it inside developer.info
<?php!function_exists('profiler_v2') ? require_once('libraries/profiler/profiler.inc') : FALSE;
profiler_v2('developer_profile');
Unfortunately, drush make has a few bugs, but the good news is that the Drupal community has got a patch for it ;) You will have to apply just two patches in your ~/.drush/drush_make directory in order for the developer.make above to work. See below for info.
Issue #1164608
Patch: http://drupal.org/files/issues/0001-Issue-1164608-by-ao2-handle-projects...
Issue #1091510
Patch: http://drupal.org/files/issues/0001-remove-depreciated-drush_make_librar...
EDIT: the PREZI http://prezi.com/o3oaxrgfmsrv/profiler-module/
likewhoa
bending technology to fit businesses.
Very cool share. Thanks!
Very cool share. Thanks!
LOVED the Livestream
Livestream was great for those of us who couldn't make it. All you need is a laptop feed and maybe a 2nd mic in the back of the room and it be good to go.
Improvements for live streaming
I concur. It was hard to hear people especially those who were sitting in the back.
Great Meetup
Hi all,
I wasn't formally registered for this Meetup but managed to get in and really appreciated it. I'm new to NYC (from Montreal) so it was great to see what people are doing here and get a Drupal 8 preview :) . I look forward to attending more events this month!
Eleonore