Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Drupal"
Jump to navigation
Jump to search
Threesixes (talk | contribs) (initial commit) |
|||
Line 5: | Line 5: | ||
|Homepage=http://drupal.org/ | |Homepage=http://drupal.org/ | ||
}} | }} | ||
Drupal is a powerful [[Web-server-stack]] web application to craft custom websites | Drupal is a powerful [[Web-server-stack]] web application that can be used to craft custom websites, for example: http://www.whitehouse.gov | ||
== Install == | == Install == | ||
<console>###i## emerge drupal</console> | <console> | ||
###i## emerge drupal | |||
</console> | |||
webapp-config is currently broken for drupal so you must run it your self | {{fancynote| <tt>webapp-config</tt> is currently broken for drupal so you must run it your self:}} | ||
first find the version number by running: | To get <tt>webapp-config</tt> to run, first find the version number by running: | ||
<console>###i## equery l drupal</console> | <console>###i## equery l drupal</console> |
Revision as of 13:39, September 12, 2014
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