Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This profile installs a site with the structure, content, permissions, etc of Drupal.org to facilitate the reproduction of bugs and testing of patches for the project modules. See What theme and modules does Drupal.org use? for the complete list.
mkdir ~/.drush
cd ~/.drush/
git clone --branch 6.x-2.x http://git.drupal.org/project/drush_make.git
Enter the following to install the profile at a Drupal root of /var/www/mydrupalorg (this installs a copy of Drupal core and all necessary modules all at once):
drush make http://bit.ly/gOT8mp --prepare-install --working-copy /var/www/mydrupalorg
(Note: could take 3 minutes or more before any output appears)
It's possible that apachesolr's SolrPhpClient library may have been put in the wrong location. If it's in /var/www/mydrupalorg/profiles/drupalorg_testing, move it to /var/www/mydrupalorg/profiles/drupalorg_testing/modules/apachesolr
Navigate to http://localhost/mydrupalorg/ and start the installation, choosing the "Drupal.org testing profile" at the beginning.
"Offload" allows sites to offload non-essential data, typically, those used for archiving, to an off-site repository, where they can be kept as needed for either
A simple module which allows you to create menus from image files. Supports title (displayed when hovering over a menu item), alt text, weights and optional mouseover behaviour.