Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Package:Drupal
Revision as of 13:40, September 12, 2014 by Duncan.britton (talk | contribs)
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 that can be used to craft custom websites, for example: http://www.whitehouse.gov
Install
root # emerge drupal
Note
webapp-config is currently broken for drupal so you must run it your self:
To get webapp-config to run, 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