我正在尝试通过命令行在RHEL服务器上使用Bitnami堆栈安装MediaWiki。安装程序向我询问:
"Please choose a folder that contains an installation of Bitnami."
我试着找出如何在我的服务器上安装Bitnami本身,但总是得到关于如何安装堆栈的结果。
如何安装Bitnami才能安装堆栈?
如何检查服务是否已安装,如果已安装,如何启动服务;如果已安装,则如何在chef for windows中安装并启动服务
if service "VigilEntAgent"
supports :status => false then
package 'VigilEntAgent' do
source 'xxx'
action :install
end
else
service "VigilEntAgent" do
action :start
end