Installation profiles

Filter by Drupal Core compatibility:
Login or register to modify the filter.

Installation profiles are a feature in Drupal core that was added in the 5.x series. The Drupal installer allows you to specify an installation profile which defines which modules should be enabled, and can customize the new installation after they have been installed. This will allow customized "distributions" that enable and configure a set of modules that work together for a specific kind of site (Drupal for bloggers, Drupal for musicians, Drupal for developers, and so on).

July 15, 2008

ELMS

Here's some of the modules that are currently out there that will be packaged into the ELMS installation profile:
Outline Designer - Allows you to drag-and-drop / right-click your way to creating book structures (originally called ELMS / Course Designer)
HTML Export - Allows you to export Drupal sites to a portable HTML format.
Search and Replace - Search your Drupal content and make massive replaces quickly (life saver at times)

VersionDateLinksStatus
5.x-1.x-dev2008-Jul-15Development snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.

July 10, 2008

Hostmaster

This information was copied from the Overview wiki entry on the Hostmaster group.

This project has not had a release yet, and if you are not interested in helping develop the system, it is not recommended that you install it at this time.

What is Hostmaster?

Hostmaster is a distributed instance management system, that allows you to administrate many Drupal sites across one or more servers, through a Drupal based administration front end. It is designed to help solve many of the common problems that administrators come across when providing mass hosting solutions, by providing a turn-key solution to deploying and managing Drupal sites and related services.

What do I need to run Hostmaster?

The primary requirement for being able to run the system, is having full access to the machine you intend to run Hostmaster on. Due to the types of access and configuration required, Hostmaster will not run in a shared hosting environment. A unix environment is recommended, as many features might not available on a windows based host.

Furthermore, because Hostmaster is Drupal based, it requires that you meet the requirements for running Drupal on your server.

VersionDateLinksStatus
5.x-0.1-alpha32008-Jul-10Recommended for 5.xThis is currently the recommended release for 5.x.

June 27, 2008

Drupal.org Testing

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.

VersionDateLinksStatus
5.x-1.x-dev2008-Jun-27Development snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.

May 18, 2008

Indymedia Alba Drupal 6 Install Profile

An install profile for a basic Indymedia Center on Drupal 6.

Required modules are:
Indymedia IMC Alba modules: http://drupal.org/project/imc_alba
Indymedia cities list module: http://drupal.org/project/indymedia_cities
Fckeditor: http://drupal.org/project/fckeditor

VersionDateLinksStatus
6.x-1.x-dev2008-May-18Development snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.

May 2, 2008

Drupal Developer

This profile is aimed to make development installations easier. Containing the settings I often use in my dev setups, so using this profile I don't have to bother about adding blocks, installing my used custom modules, setting user permissions to test.

Initial Drupal username/password: drupal/drupal

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

Dependencies

Roadmap

My further aim is to roll a drupal installation tarball based on this profile every time there is a new release of the required modules, download them and include them in this one distribution tarball. Until this is done I am rolling them manually, can be found on the homepage link.

Suggestions

You are more than welcome to suggest additions, settings to the profile. I will try to keep the functionality on a certain minimum, but am open to new ideas, suggestions.

VersionDateLinksStatus
6.x-1.x-dev2008-May-02Development snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
5.x-1.x-dev2008-May-02Development snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.

April 5, 2008

GLORilla.com installation profile

The GLORilla.com installation profile

This installation profile is a port of the CMS Joomla!.

You can see the CMS GLORilla.com demo at GLORilla.com or download this CMS full installation with all needed modules.

The installation profile GLORilla.com is currently only supported for Drupal 5.x, however we will be releasing a version for 6.x as soon as we have the time to make the appropriate changes.

If you have any comments or suggestions, write that to us at
Feature Requests.

This installation profile was developed by http://www.fireflystream.com/

VersionDateLinksStatus
5.x-1.x-dev2008-Apr-05Development snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.

April 3, 2008

DrupalBin

DrupalBin Logo

DrupalBin is a tool to collaborate and debug Drupal code snippets. Its goal is to replicate what is accomplished by various pastebin-like websites.

VersionDateLinksStatus
6.x-1.x-dev2008-Apr-03Development snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
5.x-1.x-dev2008-Feb-09Development snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.

March 12, 2008

SQL

This is a very simple install profile. You can use it to copy a site from your dev server to your deployment server. It reads the SQL file query by query (split by ";" at the end of lines) so it shouldn't run out of memory, or time-out (like PHPMyAdmin will on big dumps if you upload them)

You need to create a PHPMyAdmin dump (or mysql dump, if you know what you are doing) of your running site.

Here are the settings for PHPMyAdmin :

  • Select all tables
  • Structure: DROP (and nothing else), Data: Complete Inserts, Extended Inserts (and nothing else), Save As File: SQL

After you create this dump, put it in the same dir as the install profile as site.sql.

Install with the profile, then move (or delete) the sql file out of your webroot.

March 2, 2008

Drupal democracy forum

Creates a Drupal setup suitable for e-democracy.

VersionDateLinksStatus
5.x-1.x-dev2008-Mar-02Development snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.

February 2, 2008

FilmForge

FilmForge is a distribution (or profile) of the Free/Libre Open Source Softare content management system Drupal, tailored to the needs of videomaking communities. FilmForge makes it simple to install and run your own video sharing site.

FilmForge has a publicly viewable test install at http://filmforge.koumbit.net.

For developers working on the project, or for those interested in looking under the hood, there is a list of To Do items and development notes here: http://wiki.koumbit.net/FilmForge/ToDo.

For those who want to help maintain the FilmForge drupal installation profile, it lives here: http://wiki.koumbit.net/FilmForge/DrupalProfile.

VersionDateLinksStatus
5.x-1.0-dev2007-Aug-29Development snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.

January 30, 2008

Single-User Blog

The Single-User Blog install profile's goal is to set up a site with basic blogging features. Currently the profile provides the following, out of the box:

  • Pretty URLs
  • Freetagging
  • Uploading and adding images inline
  • Recent posts and comments blocks

along with a number of default settings appropriate to a single-user blog.

VersionDateLinksStatus
5.x-1.x-dev2008-Jan-30Development snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.

January 18, 2008

Wiki installation profile

The wiki installation profile will set up Drupal with the following settings:

* Editing for anonymous users
* Moderator role which can revert / delete pages
* Revisions for pages
* Mediawiki input format + Image assist
* Categorization via free tagging vocabulary
* Views: All pages / All categories / All Images
* Recent changes

See the readme.txt for the requirements of additional modules prior to installation.

VersionDateLinksStatus
5.x-2.0-beta12008-Jan-18Recommended for 5.xThis is currently the recommended release for 5.x.

January 8, 2008

French Installation Profile

Installation is available at install time and lastest french translation is loaded and set as default language.

Language files need to be downloaded from http://drupal.org/project/fr

VersionDateLinksStatus
5.x-0.x-dev2008-Jan-08Development snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.

January 3, 2008

Conference Organizing Install Profile

This distribution makes it easy to organize conferences through a website. It enables the following features:

  • Conference management: Publishes pages for conferences that includes descriptive and logistical information (location / directions). Admin interfaces make it easy to create and manage conferences. Allows administrators to create multiple conferences per site.
  • Registration: The registration process makes it easy for users with or without accounts to register for your conference. Custom registration forms can be created (supported by webform module) and registration data can be displayed in a table or downloaded as a csv file. Administers can also register attendees by hand.
  • Scheduling: Supports multi day and multi track conference scheduling. Daily schedules are laid out on an easy to browse daily schedule that displays sessions in rows for each track track and height and position according to their time. On the schedule page users can check off which sessions they will be attending and their personalized schedule will then appear on their profile for others to see.
VersionDateLinksStatus
5.x-1.x-dev2008-Jan-03Development snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.

October 12, 2007

German Installation Profile

This is a German profile for Drupal installation.
Made by http://www.drupal.de

VersionDateLinksStatus
5.x-1.x-dev2007-Oct-12Development snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.

October 3, 2007

Social Forum Call for Action

This installation profile is to capture the collective work done to launch and develop the website for the World Social Forum Call for day of action / mobilisation January 26th 2008.

(Although the development snapshot will install, this profile is not meant for general use yet. Do, however, use the issue queue to request features for the profile and report bugs for its implementation on the WSF2008.net development site. If you would like to help, please contact Agaric Design Collective.)

When the site and this installation profile are fully matured (sometime in 2008, the day of action is more like a month or year of action), this will be an installation profile for a multilingual site with map integration and features for proposing actions, communicating and collaborating about actions in onsite with e-mail groups, and listing and finding actions around the world.

Required contrib modules will include:

VersionDateLinksStatus
5.x-.1.x-dev2007-Oct-03Development snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.

August 24, 2007

Russian Installer

This is a Russian profile for Drupal installation.

Follow the steps below:

1. Install Drupal
* Download and extract the latest version Drupal (for example, drupal-5.1)
* Create the directories 'sites/all/modules' and 'sites/all/themes'

2. Copy Russian Installator
* Download Russian Installator archive and extract onto the 'profiles/' directory
* Rename the file 'ru.po.txt' to 'ru.po'

3. The autolocale module
* Download and extract autolocale module archive from http://drupal.org/project/autolocale
* Copy the autolocale directory onto 'sites/all/modules'
* Rename the file 'autolocale.ru.po.txt' to 'autolocale.ru.po'
* Copy the file autolocale.ru.po onto 'sites/all/modules/autolocale/po/autolocale.ru.po'

4. Russian modules translation
* Download and extract latest Russian modules translation from http://drupal.org/project/ru-ru or from http://drupal.ru/node/3610 (for example, now it is ru_drupal5x_modules_v3.zip)
* Copy the files *.po from the translation onto 'sites/all/modules/autolocale/po/'

5. Start 'http://your_site' in your browser

======= In Russian

Русский инсталляционный профиль для установки Drupal.

Сделайте следующие шаги:

1. Установка CMS Drupal

VersionDateLinksStatus
5.x-1.x-dev2007-Aug-24Development snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.

June 5, 2007

Japanese Installation Profile

This profile provides easy and smart Drupal installation for Japanese.
It's under development for the moment.

VersionDateLinksStatus
5.x-0.x-dev2007-Jun-05Development snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.

March 11, 2007

Drupal Hebrew Installation Profile

This profile is meant for an easy creation of a Hebrew site.
It includes:

Note: The work was kindly sponsored by Linnovate.

VersionDateLinksStatus
5.x-1.x-dev2007-Mar-11Development snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
 
 

Drupal is a registered trademark of Dries Buytaert.