Skip to content
Snippets Groups Projects
attardi's avatar
Giuseppe Attardi authored
d1b11a0e
History

Overview

Drupal is an open source content management platform.

General Usage

To deploy a Drupal 7 service:

juju deploy drupal
juju deploy mysql
juju add-relation mysql drupal
juju expose drupal

To set the site_name and administrator password:

juju set drupal name="Drupal Site Name"
juju set drupal password=secret

You must set the administrator password, at least to configure the site for access.

##Scaling

Add a load balancer and scale out with:

juju deploy haproxy
juju add-relation drupal haproxy
juju add-unit drupal