Minor corrections.

This commit is contained in:
Angel Borroy
2019-05-30 15:15:18 +02:00
parent f8b780bb3d
commit 5146475a06
3 changed files with 12 additions and 3 deletions

View File

@@ -135,6 +135,7 @@ http://localhost:8083/solr
http://localhost:9090/zeppelin
SSL
http://localhost:8080/share
http://localhost:8080/alfresco

View File

@@ -122,8 +122,12 @@ module.exports = class extends Generator {
// Add resources for SSL configuration
if (this.props.httpMode == 'https') {
this.fs.copy(
this.templatePath('keystores'),
this.destinationPath('keystores')
this.templatePath('keystores/alfresco'),
this.destinationPath('keystores/alfresco')
)
this.fs.copy(
this.templatePath('keystores/solr'),
this.destinationPath('keystores/solr')
)
this.fs.copyTpl(
this.templatePath(this.props.acsVersion + '/alfresco-https'),
@@ -153,6 +157,10 @@ module.exports = class extends Generator {
this.templatePath(this.props.acsVersion + '/zeppelin-https'),
this.destinationPath('zeppelin-https')
)
this.fs.copy(
this.templatePath('keystores/zeppelin'),
this.destinationPath('keystores/zeppelin')
)
}
}

View File

@@ -28,7 +28,7 @@ services:
-Ddb.password=alfresco
-Ddb.url=jdbc:postgresql://postgres:5432/alfresco
-Dsolr.host=solr6
-Dsolr.port=8983
-Dsolr.port.ssl=8983
-Dsolr.secureComms=<%=secureComms%>
-Dsolr.base.url=/solr
-Dindex.subsystem.name=solr6