The revisions let you track differences between multiple versions of a post.
On 2006-12, I (Dave Allen Barker Jr) installed Drupal for my first time. This was my experience.
Unfortunately, Drupal was not packaged for Debian a the time, so I:
tar -xzf tarball
)Drupal's INSTALL.txt
specifies its requirements, of which all were available as Debian packages. This made installation as easy as:
aptitude install apache2 php5 php5-mysql mysql-server
Specific instructions are provided in Drupal's INSTALL.mysql.txt
. I chose the following names:
620drupal
620
Note: I began with a database name of 620-drupal
but later learned its dash (-) was the reason why the command to set the access database rights was failing me. I also learned that one way to fix the command in MySQL was to escape the database name with backticks (`620-drupal`
). This made me nervous, and not wanting to trust that all other programs accessing the database would properly escape my dash laden database name, I removed the dash.
Recent comments
2011, January 26 - 5:04pm
2011, January 13 - 5:48pm
2010, March 12 - 12:53am
2010, March 11 - 9:49pm
2009, November 30 - 3:32pm
2009, November 30 - 3:09pm
2009, November 30 - 1:01pm
2009, November 30 - 10:50am
2009, November 30 - 10:29am
2009, November 29 - 10:15pm