Drupal: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
/notes
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Computing]]: [[Software]]: [[Web Applications]]: [[Drupal]]{{seed}}
<hide>
[[page type::article]]
[[thing type::software]]
[[platform::web]][[platform::PHP]][[platform::MySQL]]
</hide>
==About==
[[Drupal]] is a [[content management system]] written in [[PHP]] and using [[Apache]] (web server) and [[MySQL]] (though other database engines are either supported or will soon be).
[[Drupal]] is a [[content management system]] written in [[PHP]] and using [[Apache]] (web server) and [[MySQL]] (though other database engines are either supported or will soon be).
{{seed}}
==Pages==
* [[/schema]]: data concepts
* [[/errors]]: common error messages
* [[/notes]]: working on stuff
* [[/2007]]: notes from 2006 and 2007 which are now probably mostly obsolete
==Reference==
==Reference==
* [http://drupal.org Drupal] home page
* [[URL::http://drupal.org|home page]]
* {{wikipedia|Drupal}}
** [https://api.drupal.org/api/drupal API]
==Notes==
** How-to:
I've twice had problems after installing the [http://drupal.org/project/og Organic Groups] module, but the second time around I was able to resolve it with a little help from [http://drupal.org/node/20419 this page]. The notes on that page are apparently for an earlier version of OG & Drupal; the equivalent sql code is now in og.install. There wasn't a problem with a doubled comma, but when I copied/pasted the SQL code into MySQL Query Browser and tried to execute it, it didn't like the way the table names had {brackets} around them. I took those out, and everything got happy again. (Couldn't figure out how to post a reply to the bug page, so my notes go here instead.) --[[User:Woozle|Woozle]] 21:59, 13 May 2006 (EDT)
*** [https://www.drupal.org/documentation/install/download Step 1: Download and extract Drupal]: various methods, including [[Git]]
*** [https://www.drupal.org/node/53705 Setup of /sites directory for multi-site]
** [http://cgit.drupalcode.org/drupal/ Git repository]
* {{wikipedia}}

Latest revision as of 00:53, 17 July 2016

<hide> page type::article thing type::software platform::webplatform::PHPplatform::MySQL </hide>

About

Drupal is a content management system written in PHP and using Apache (web server) and MySQL (though other database engines are either supported or will soon be). <hide>

 page status::seed

</hide>

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

Pages

  • /schema: data concepts
  • /errors: common error messages
  • /notes: working on stuff
  • /2007: notes from 2006 and 2007 which are now probably mostly obsolete

Reference