Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chef Cookbooks
typo3-solr
Commits
7ca113b7
Commit
7ca113b7
authored
May 10, 2019
by
Stefan Galinski
🎮
Browse files
[TASK] Next
parent
4d9ce043
Changes
1
Hide whitespace changes
Inline
Side-by-side
providers/app.rb
View file @
7ca113b7
...
...
@@ -86,8 +86,8 @@ action :add do
code
<<-
EOF
cd
#{
node
[
'typo3_solr'
][
'solr'
][
'solr_home'
]
}
;
rm -rf server/solr/configsets/ && cp -a
#{
Chef
::
Config
[
'file_cache_path'
]
}
/ext
_
solr
_
#{
full_extension_version
}
/Resources/Private/Solr/configsets server/solr/configsets/;
cp -a
#{
Chef
::
Config
[
'file_cache_path'
]
}
/ext
_
solr
_
#{
full_extension_version
}
/Resources/Private/Solr/solr.xml server/solr/;
rm -rf server/solr/configsets/ && cp -a
#{
Chef
::
Config
[
'file_cache_path'
]
}
/ext
-
solr
-
#{
full_extension_version
}
/Resources/Private/Solr/configsets server/solr/configsets/;
cp -a
#{
Chef
::
Config
[
'file_cache_path'
]
}
/ext
-
solr
-
#{
full_extension_version
}
/Resources/Private/Solr/solr.xml server/solr/;
chown solr:root -R
#{
node
[
'typo3_solr'
][
'solr'
][
'solr_home'
]
}
;
EOF
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment