This is an install profile designed to jump-start module development. It rewrites the install forms, providing a default username and password of admin/drupal (this has changed from the old package which was drupal/drupal). It also installs and configures developer modules like devel and coder.

Default username and password: admin/drupal.

WARNING! This profile contains potentially dangerous user settings, permissions, do not use it on a live site.

Installation and update

Either download the large tarball below, or create a small makefile (uses the latest CVS version instead of the official):

api = 2.x
core = 6.x
projects[] = drupal
projects[drupal_developer][type] = "profile"
projects[drupal_developer][download][type] = "git"
projects[drupal_developer][download][revision] = "6.x-2.x"

api = 2.x
core = 7.x
projects[] = drupal
projects[drupal_developer][type] = "profile"
projects[drupal_developer][download][type] = "git"
projects[drupal_developer][download][revision] = "7.x-1.x"

Use it with drush make like so: drush make dd.make [mysite], where dd.make contains the text above and [mysite] is the target directory to build the new site in.

Modules within the package

  • devel
  • admin menu
  • simpletest
  • coder
  • schema
  • clean (base theme, 6.x only)
  • util (6.x only)

Suggestions and issues

Because of the large number of misplaced generic forum posts and general drupal support requests I am not willing to maintain this issue queue, therefore its closed. You are more than welcome to contact me via my contact form regarding bugs and new feature requests.

Downloads

Version Downloads Date Links
7.x-1.0 tar.gz (3.93 MB) | zip (4.77 MB) 2011-Dec-26 Notes
6.x-2.4 tar.gz (2.17 MB) | zip (2.82 MB) 2010-Dec-20 Notes

Project Information


nobody click here