Skip to content

Commit 318f3f7

Browse files
toastercupgitbook-bot
authored andcommitted
GitBook: [master] 4 pages modified
1 parent e3a75ee commit 318f3f7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: basics/setup/docker-compose.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $ git clone [email protected]:cortex-cms/cortex-starter.git && cd cortex-starter
1414

1515
## Provision & Launch Application
1616

17-
Provision and launch Cortex Starter, PostgreSQL, Redis, ElasticSearch, Sidekiq and live Webpack rebuild via Docker Compose:
17+
Provision and launch Cortex Starter, PostgreSQL, Redis, Elasticsearch, Sidekiq and live Webpack rebuild via Docker Compose:
1818

1919
```bash
2020
$ docker-compose up

Diff for: basics/setup/manual-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ $ bin/rails db:create
112112
$ bin/rails db:schema:load
113113
```
114114

115-
* Seed database with a top-level tenant, the superuser and Custom Content data, then rebuild the ElasticSearch index:
115+
* Seed database with a top-level tenant, the superuser and Custom Content data, then rebuild the Elasticsearch index:
116116

117117
```bash
118118
$ bin/rails db:seed

Diff for: glossary.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Each `FieldItem` represents a component of the `ContentItem` to which it belongs
5656

5757
## Service Layer
5858

59-
## ElasticSearch
59+
## Elasticsearch
6060

6161
## Drafts
6262

Diff for: motivation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The management overhead of WordPress is minimal, but lacks distribution flexibil
88

99
## Alright, but isn't Drupal really flexible?
1010

11-
Drupal has more advanced distribution tools - you can build a 'multitenant' site for many locales. Speed, relevancy, extensibility, and advanced distribution are major issues, however. Out of the box, Drupal lacks a search database like ElasticSearch or Solr, which limits both speed and relevancy, especially in more advanced use cases. Drupal's plugin and frontend/templating architecture tends to be very complicated, and PHP is no longer as commonplace among engineers - especially at CareerBuilder. Additionally, Drupal is not headless, which makes consuming content in non-traditional media, such as an ad network, a 3rd party property, a car, etc much more difficult - or impossible!
11+
Drupal has more advanced distribution tools - you can build a 'multitenant' site for many locales. Speed, relevancy, extensibility, and advanced distribution are major issues, however. Out of the box, Drupal lacks a search database like Elasticsearch or Solr, which limits both speed and relevancy, especially in more advanced use cases. Drupal's plugin and frontend/templating architecture tends to be very complicated, and PHP is no longer as commonplace among engineers - especially at CareerBuilder. Additionally, Drupal is not headless, which makes consuming content in non-traditional media, such as an ad network, a 3rd party property, a car, etc much more difficult - or impossible!
1212

1313
## Fine, you got me - but didn't you forget all the Custom Content CMSs?
1414

0 commit comments

Comments
 (0)