Difference between revisions of "Package:Drupal"

From Funtoo
Jump to navigation Jump to search
m
Line 25: Line 25:
== External Resources ==
== External Resources ==
* https://wiki.gentoo.org/wiki/Drupal
* https://wiki.gentoo.org/wiki/Drupal
* [http://youtu.be/-cUWFLBZU5I?list=PL15BE2E8313A4E809 | youtube tutorial playlist]
* [http://youtu.be/-cUWFLBZU5I?list=PL15BE2E8313A4E809 youtube tutorial playlist]
{{EbuildFooter}}
{{EbuildFooter}}

Revision as of 13:40, 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