Drupal
From TechWiki
Contents |
General Drupal References
Basic Steps
- Drupal for Organizations: Part I - Site Architecture
- Installation checklist: http://www.ls.net/software/crossplatform/drupal/checklist
Getting Started
- Here is a good starting point for Drupal (though version 5): http://drupal.org/files/getting-started_2.pdf
- And, this is the Acquia version: http://acquia.com/files/downloads/acquia_getting_started_1-0_ISR_02.pdf
- A pretty good start of hardware, starting requirements
- Good resource for various Drupal tutorials is at http://www.learnbythedrop.com/
- Drupal handbooks: http://drupal.org/handbooks
- Theme guide: http://drupal.org/node/171179
- RDFa: http://robshouse.net/blog-post/drupal-formative-stages-adding-rdfa-semantic-web
Install Stack
Basic Configuration
Check out the Drupal:
- CCK (content construction kit) module for creating custom content types: http://drupal.org/project/cck
- Views module for setting up and outputting content, akin to a visual query builder: Anyways here is the links: http://drupal.org/project/views
- Panels module for building custom layouts: http://drupal.org/project/panels
Each module provides a GUI for configuring content types, setting up your views, laying out your content. You also have the option to store the views and layouts in the database or in a template file. Storing the code in a template allows for easier version control.
- http://drupalmodules.com/
- Good, basic documentation on Drupal performance and scalability: http://books.tag1consulting.com/book/export/html/1
Amazon EC2
Semantic Drupal
Google Code Projects
- Grupal, for integrating Google Apps with Drupal: http://code.google.com/p/grupal/
- EOL Drupal modules: http://code.google.com/p/eol-drupal/