Our September Meeting will be 7:00 PM Thursday, September 29, at the St. Louis Artist's Guild, Two Oak Knoll Park, in Clayton.
We will meet in the Children's Gallery on the second floor. (For those of you who came in August, this is the same area.) Enter the building through the side door with the ramp, and look for the stairway just ahead and on the right, a short distance inside. Go up one flight and then through the second floor doorway, into the main hall. Look for an open gallery area to your right at the end of this hall. That's where we will meet.
Wifi will be available, so bring your laptop.
I have been experimenting with running Drupal in the cloud (Amazon EC2 and Linode). This is the topic that I will come prepared to discuss, and I might even have time to prepare some sort of presentation. I would need to borrow someone's projector in order to do so.
If you have something you would like to cover at the meeting, sound off here. Additional topics are encouraged.
Here's a map to the Guild: http://tinyurl.com/ycff7vq

Comments
Hey guys, Just wanted to let
Hey guys,
Just wanted to let you know that I won't be able to attend this month's meeting. We're moving this weekend and have to continue packing. Hope all goes well. By the way, If we ever need a meeting space, I work at the Missouri History Museum and we have a great room right next to my office that has tables, a projector, whiteboard and a great view of the park. Let me know if we ever need to use it and I can set it up.
Reminder
The September meeting is tomorrow. If you know you are coming then please Signup. Thanks!
Sorry I can't attend tomorrow
Sorry I can't attend tomorrow - I'm headed off to a conference in KC.
Sept. Meeting...
If I can make it, I'll be late. I coach goalkeepers and they switched it to Thursday nights. I'm going to try and have it switched back to Tuesdays.
Michael
Quickstart guide to Amazon’s Cloud Services, Drupal, and Aegir
I have prepared the following guide for installing Aegir on an Amazon EC2 server. I will be going through this material tomorrow.
Quickstart guide to Amazon’s Cloud Services, Drupal, and Aegir
Terminology
Amazon’s Price list
Servers very by CPU units and memory
AWS’s Free Usage Tier – Gives you mostly free access to a Micro instance for a year
Setup your Amazon Web Services account
AWS Console is your friend
Create a Key Pair for EC2
Launch a new EC2 instance
Select an image
Select the Instance Type (size)
Assign an IP Address (Elastic IP)
Log into your server
Install packages
sudo apt-get updatesudo apt-get upgradesudo apt-get dist-upgradesudo apt-get install mysql-serversudo apt-get install apache2 php5 php5-cli php5-gd php5-mysqlInstall Aegir
http://community.aegirproject.org/installing/manual
http://peterjolson.com/blog/notes-installing-aegir-amazons-ec2
sudo apt-get install postfix sudo rsync git-core unzipSetup Postfix as: Internet Site
sudo a2enmod rewritesudo ln -s /var/aegir/config/apache.conf /etc/apache2/conf.d/aegir.confsudo ln -s /var/aegir/drush/drush /usr/local/bin/drushsudo adduser --system --group --home /var/aegir aegirsudo adduser aegir www-datasudo visudoAdd the following to the end of the file:
aegir ALL=NOPASSWD: /usr/sbin/apache2ctlexit and save
sudo su -s /bin/bash aegircd ~/curl http://ftp.drupal.org/files/projects/drush-7.x-4.5.tar.gz | tar -xzdrush dl --destination=/var/aegir/.drush provision-6.xdrush hostmaster-installSecurity Group
You will need to modify the Security Group that your instance uses to allow HTTP (port 80) and maybe HTTPS (port 443) traffic to your server.
Also, for the step "Install Drush and Aegir", you may need to install curl if it isn't already installed:
sudo apt-get install curl.Great walkthrough
Great walkthrough, couple notes:
Thanks!
Thanks for providing the walk-through last night. It was a great discussion, and I can't wait to try it out soon.
webform csv output to email
following up on the meeting last evening
here's some code that might do nicely for that registration sign-up site:
http://drupal.org/sandbox/mariancalinro/1295672
rather than go to a site and click a link the CEO would only need to check his/her email inbox after the cutoff date/time
webform csv
Mark,
Thanks for the link, I'm looking at it and will test it out.
Doug Belcher
Doug Belcher
St Louis, MO
314-766-4461
Next Month
@ericthelast - Thanks for your generous offer to host a meeting at the Missouri History Museum! We discussed the possibility yesterday, and there was strong interest in meeting there sometime, maybe next month. We typically meet on the 4th Thursday of the month (so Thursday, October 27) at 7pm, but that doesn't have to be the case. Please reply here or message me to discuss the matter.
@oddsim, I'll check into the
@oddsim, I'll check into the availability this month (although usually there's nothing scheduled after hours so we should be wide open).
Thanks
Thanks Eric, we appreciate it!
October Meeting
Eric, how does it look for an October meetup?
10/27 at 7pm, correct?
10/27 at 7pm, correct?
Yep
Yep, I think that would be ideal.
Okay, I've confirmed the
Okay, I've confirmed the meeting for next week. I'm going to get a map of the facility and send you the directions for entering the building and finding the room later today.