文件名称:cookbook-magento:使用 Chef 为 Magento 部署构建应用程序堆栈的食谱集合
文件大小:16KB
文件格式:ZIP
更新时间:2024-07-01 09:20:53
Ruby
Magento 食谱 使用为部署构建应用程序堆栈的食谱集合 安装 与伯克谢尔夫 echo "cookbook 'magento', '~> 0.7'" >> Berksfile berks install berks upload # if using with Chef Server 使用 Chef 存储库 在您的运行以下命令: knife cookbook site install magento knife cookbook upload magento 使用示例 单个 Rackspace 云服务器实例 Bootstrap 实例具有: knife rackspace server create --run-list 'recipe[magento]' --server-name magebox --image 125 --flavor 3 在浏览器中导航到节点 URL 或
【文件预览】:
cookbook-magento-master
----Vagrantfile(3KB)
----recipes()
--------_db_mysql.rb(2KB)
--------_web_apache2.rb(1KB)
--------_web_nginx.rb(1KB)
--------default.rb(4KB)
----attributes()
--------default.rb(2KB)
----templates()
--------default()
----.kitchen.yml(887B)
----.rubocop.yml(32B)
----chefignore(985B)
----Gemfile(114B)
----metadata.rb(545B)
----.ruby-version(11B)
----.gitignore(137B)
----libraries()
--------magento.rb(566B)
----README.md(2KB)
----files()
--------default()
----Berksfile(24B)