Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
drupal_notes [2008-03-19 17:16] 81.188.78.24drupal_notes [2008-03-20 23:10] 81.188.78.24
Line 1: Line 1:
 +
  
  
 ==== setup on debian ==== ==== setup on debian ====
   * http://www.debian-administration.org/articles/544   * http://www.debian-administration.org/articles/544
 +
 +  * creating the database user: http://drupal.org/getting-started/5/install/create-database/mysql
  
 === multisite setup on debian === === multisite setup on debian ===
Line 54: Line 57:
 the name of the directory needs to be the domain under which the site will be accessed. the name of the directory needs to be the domain under which the site will be accessed.
  
-make sure that both the dbconfig.php and settings.php files are writeable by www-user.+make sure that both the dbconfig.php and settings.php files are writeable by www-data.
  
 <code> <code>
 +chown .www-data /etc/drupal/5/sites/dbconfig.php /etc/drupal/5/sites/settings.php
 chmod g+w /etc/drupal/5/sites/dbconfig.php /etc/drupal/5/sites/settings.php chmod g+w /etc/drupal/5/sites/dbconfig.php /etc/drupal/5/sites/settings.php
 </code> </code>
Line 75: Line 79:
     * http://drupal.org/project/Themes     * http://drupal.org/project/Themes
   * theme constructatron >> http://drupal.org/project/atck   * theme constructatron >> http://drupal.org/project/atck
 +
 +==== modules ====
 +  * timeline http://drupal.org/project/timeline
 +    * development 5.x release http://drupal.org/node/77900/release
 +
 +
 +
 +
 +
 +
 +
 +==== things to find out ====
 +
 +  * flickr integration?
 +    * special arrangements like our frontpage picture selection idea?
 +    * http://www.lullabot.com/articles/how_to_build_flickr_in_drupal
 +    * module that uploads to flickr and drupal at the same time: http://drupal.org/project/flickrup
 +      * how to get the flickr filter working?
 +  * how to do lists of related links
 +    * will they be made manually? or based on tags? or...
 +    * views?
 +    * and only have them show up on the correct pages
 +      * block configuration? if the pages have urls that can be selected with a wildcard, then it will be easier.
 +  * what is cck? ;)
 +    * http://drupal.org/project/cck
 +
 +
  • drupal_notes.txt
  • Last modified: 2008-03-31 17:24
  • by 81.188.78.24