mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-17 14:21:20 +00:00
Updating documentation for simplified version of the generator.
This commit is contained in:
@@ -13,23 +13,16 @@ This project generates a collection of Docker Compose Templates to test Reposito
|
|||||||
Following templates are provided.
|
Following templates are provided.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ tree generators/app/templates/
|
$ tree generators/app/templates/6.1
|
||||||
generators/app/templates/
|
|
||||||
├── .env
|
├── .env
|
||||||
├── alfresco-https
|
├── alfresco
|
||||||
│ └── Dockerfile
|
│ └── Dockerfile
|
||||||
├── docker-compose-ce.yml
|
├── docker-compose-ce.yml
|
||||||
├── docker-compose-ee.yml
|
├── docker-compose-ee.yml
|
||||||
├── replication-none
|
├── search
|
||||||
│ └── Dockerfile
|
│ └── Dockerfile
|
||||||
├── search-https
|
└── zeppelin
|
||||||
│ └── Dockerfile
|
| └── Dockerfile
|
||||||
├── sharding-https
|
|
||||||
│ └── Dockerfile
|
|
||||||
├── sharding-none
|
|
||||||
│ └── Dockerfile
|
|
||||||
├── zeppelin-https
|
|
||||||
│ └── Dockerfile
|
|
||||||
└── keystores
|
└── keystores
|
||||||
├── alfresco
|
├── alfresco
|
||||||
├── solr
|
├── solr
|
||||||
@@ -39,12 +32,9 @@ generators/app/templates/
|
|||||||
* `.env` includes default values for Docker Compose environment variables
|
* `.env` includes default values for Docker Compose environment variables
|
||||||
* `docker-compose-ce.yml` is the base Docker Compose Template for Alfresco Community deployment
|
* `docker-compose-ce.yml` is the base Docker Compose Template for Alfresco Community deployment
|
||||||
* `docker-compose-ee.yml` is the base Docker Compose Template for Alfresco Enterprise deployment
|
* `docker-compose-ee.yml` is the base Docker Compose Template for Alfresco Enterprise deployment
|
||||||
* `alfresco-https` includes a Dockerfile template to start Alfresco Repository with SSL
|
* `alfresco` includes a Dockerfile template to start Alfresco Repository
|
||||||
* `search-https` includes a Dockerfile template to start Search Services and Insight Engine with SSL
|
* `search` includes a Dockerfile template to start Search Services and Insight Engine
|
||||||
* `zeppelin-https` includes a Dockerfile template to start Zeppelin with SSL
|
* `zeppelin` includes a Dockerfile template to start Zeppelin with SSL
|
||||||
* `sharding-none` includes a Dockerfile template for dynamic Sharding in Plain HTTP
|
|
||||||
* `sharding-https` includes a Dockerfile template for dynamic Sharding with SSL
|
|
||||||
* `replication-none` includes a Dockerfile template for Replication in Master/Slave mode
|
|
||||||
* `keystores` includes every truststore and keystore required for SSL configuration
|
* `keystores` includes every truststore and keystore required for SSL configuration
|
||||||
|
|
||||||
|
|
||||||
@@ -94,6 +84,7 @@ When using Enterprise, some different options can be combined:
|
|||||||
? Would you like to use Insight Engine instead of Search Services? Yes
|
? Would you like to use Insight Engine instead of Search Services? Yes
|
||||||
? Would you like to deploy Zeppelin? Yes
|
? Would you like to deploy Zeppelin? Yes
|
||||||
? Would you like to use dynamic Sharding (2 SOLR nodes)? Yes
|
? Would you like to use dynamic Sharding (2 SOLR nodes)? Yes
|
||||||
|
? Would you like to use a SOLR Cluster (2 nodes in master-slave)? Yes
|
||||||
```
|
```
|
||||||
|
|
||||||
## Passing parameters from command line
|
## Passing parameters from command line
|
||||||
|
Reference in New Issue
Block a user