Drupal Intro Education
Intro to Drupal Session Notes
As promised here are my raw notes from the presentation. You'll notice it isn't identical to what I presented, but pretty close - I do tend to improvise...
Hope to see you all at future meetups and camps - go drupal!
-- Peter
Start Point
1. Installed 7-Zip
2. Install WAMPServer
3. Turned on rewrite module (WAMP Server Apache/Modules menu)
4. Edit php.ini file options
- increase max_execution_time = 180
- memory_limit = 128
- post_max_size = 24M (for phpMyAdmin needs to be larger than your backup file)

