Package:Drupal

From Funtoo
Revision as of 20:26, September 8, 2014 by Threesixes (talk | contribs) (initial commit)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Drupal

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

Drupal is a powerful Web-server-stack web application to craft custom websites. example: http://www.whitehouse.gov

Install

root # emerge drupal

webapp-config is currently broken for drupal so you must run it your self.

first find the version number by running:

root # equery l drupal

then run something similar to this, making sure to replace the version number with your current drupal version.

root # webapp-config -I -h localhost -u root -d /drupal drupal 7.31

External Resources