Skip to content

Commit

Permalink
Add copy config tasks to the end of Alfresco and SOLR installation pl…
Browse files Browse the repository at this point in the history
…aybooks to save steps.
  • Loading branch information
jpotts committed Sep 1, 2020
1 parent 20a8149 commit d8c1297
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion installAlfresco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Requires Alfresco distribution archive, Tomcat archive, and AOS archive to
# reside in files/third-party.
#
# Custom AMPs should be placed in files/amps and files/amps_share.
# Custom AMPs should be placed in files/third-party/amps and files/third-party/amps_share.
#
# Install location depends on alf_home, alf_install_dir, and tomcat_dir.
#
Expand All @@ -18,3 +18,7 @@
- include_tasks: tasks/doInstallPDFRenderer.yml
- include_tasks: tasks/doCopyAmps.yml
- include_tasks: tasks/doApplyAmps.yml
- include_tasks: tasks/doCopyGlobalProperties.yml
- include_tasks: tasks/doCopyTomcatConfig.yml
- include_tasks: tasks/doCopyShareConfig.yml
- include_tasks: tasks/doCopyAlfrescoConfig.yml
1 change: 1 addition & 0 deletions installSearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
remote_user: alfresco
tasks:
- include_tasks: tasks/doInstallSearch.yml
- include_tasks: tasks/doCopySolrConfig.yml

0 comments on commit d8c1297

Please sign in to comment.