March 9th 2007
Tags: Uncategorized
No Comments
Ok, I'm archiving my current dev install of drupal (which is bloated with modules, some of which have altered the mysql database) and starting with new install of 5.1. Once I have just the right constellation of modules locally, I'll copy them over to our live site (parts.mit.edu/igem07). ...
February 14th 2007
Tags:
web development
No Comments
Also see the earlier post on setting up drupal 5.0 in osx 10.4.Fixed permissions on settings.php:chmod 755 sites/default/settings.phpsetup crontab (also see here):crontab -e# m h dom mon dow command55 23,5,11,17 * * * /usr/bin/wget -O - -q http://parts.mit.edu/igem07/cron.phpSetup files directory (Note: on osx apache runs as user ...
February 9th 2007
Tags:
lists
One Comment
To summarize the Features of iGEM2007.com:Rich user & team profiles; Team blogs, Forums, Wiki; Team-centric user access control; Google maps + teams mashup; RSS for everything; Limited, distributed (amongst team leaders) user registration; Feedback & submission of team application; Help docs based on Books, oh yeah, and tagging and digging, ...
Hello, are you experienced with building sites based on drupal and/or knowledgeable of PHP and not averse to learning about drupal? If so, join us!The International Genetically Engineered Machines Competition is now entering its third year and is expecting an increase in participation from 34 undergraduate teams from around ...
January 29th 2007
Tags:
lists
One Comment
This post of links should help me dive deeply into drupal.First, getting started with content in Drupal: Node Types.Also see the docs on Drupal's Taxonomy system.Also see the great IBM intro to developing a collaborative web site.Most of the non-essential core modules listed here will be useful (comment, forum, node, ...
January 29th 2007
Tags: Uncategorized
No Comments
Lullabot.com video podcast of the install was handyAlso the official install instructionsThese Mac OS X-specific guidelines are also helpfulI started by archiving and emptying /Library/Webserver/Documents (I'm using OS X), then unpacked the drupal-5.0 archive there (without the containing drupal-5.0 directory).I couldn't find the .htaccess file mentioned by Lullabot. I ...