Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
perusio committed Nov 19, 2013
1 parent b1f8e11 commit a61f368
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ I'll read up on all other stuff **later**.

## Layout

The configuration comes in **two** flavors:
The configuration comes in **two** flavors:

1. Drupal 6.
1. Drupal 6.

2. Drupal 7.
2. Drupal 7.

Furthermore there are **two** options for each configuration:

Expand Down Expand Up @@ -122,47 +122,36 @@ version.
## Configuration Selection Algorithm

1. I'm **not** using [Boost](http://drupal.org/project/boost):

* On **drupal 7** use the `drupal.conf` config in your vhost
(`server` block): `include apps/drupals/drupal.conf;`.

* On **drupal 7** having to serve URIs that need to be **escaped**,
e.g., that have `+` and/or `?` then use the `drupal_escaped.conf`
config in your vhost (`server` block):
`include apps/drupal/drupal_escaped.conf`.

* On **drupal 6** use the `drupal6.conf` config in your vhost
(`server` block): `include apps/drupals/drupal6.conf;`.

* On **drupal 6** if having to serve URIs that need to be
**escaped**, e.g., that have `+` and/or `?` then use the
`drupal6_escaped.conf` config in your vhost (`server` block):
`include apps/drupal/drupal6_escaped.conf`.

2. I'm using [Boost](http://drupal.org/project/boost) for caching
on my drupal site.

* On **drupal 7** use the `drupal_boost.conf` config in your vhost
(`server` block): `include apps/drupal/drupal_boost.conf;`.

* On **drupal 7** if having to serve URIs that need to be
**escaped**, e.g., that have `+` and/or `?` then use the
`drupal_boost_escaped.conf` config in your vhost (`server` block):
`include apps/drupal/drupal_boost_escaped.conf`.

* On **drupal 6** use the `drupal_boost6.conf` config in your vhost
(`server` block): `include apps/drupal/drupal_boost6.conf;`.

* On **drupal 6** if having to serve URIs that need to be
**escaped**, e.g., that have `+` and/or `?` then use the
`drupal_boost6_escaped.conf` config in your vhost (`server`
block): `include apps/drupal/drupal_boost6_escaped.conf`.

3. I'm **not using drush** for updating and running
cron. Additionally you should also include the
`drupal_cron_update.conf` config in your vhost (`server` block):
`include apps/drupal/drupal_cron_update.conf;`

4. I'm using **drupal 8**. Just use the drupal 7 configuration. The
only thing that changes so far is the location of `install.php`.

Expand Down

0 comments on commit a61f368

Please sign in to comment.