roundcube:Roundcube Webmail的厨师食谱

时间:2021-05-23 10:05:43
【文件属性】:
文件名称:roundcube:Roundcube Webmail的厨师食谱
文件大小:32KB
文件格式:ZIP
更新时间:2021-05-23 10:05:43
Ruby Roundcube Webmail食谱 《 Roundcube Webmail》的厨师食谱,这是一个基于PHP的Webmail应用程序。 上游的: 先决条件 数据库设置 本食谱故意不提供任何功能来设置和配置Roundcube的数据库组件。 建议将其他主机用作数据库服务器。 创建数据库并导入初始SQl,请参阅 。 MySQL快速设置 授予特权 GRANT ALL ON *.* to roundcube@localhost IDENTIFIED BY 's3cure_as'; 或者,所有主机: GRANT ALL ON *.* to roundcube@'%' IDENTIFIED BY 's3cure_as'; 要求 支持平台 德比安 的Ubuntu CentOS的 费朵拉 红色的帽子 欢迎对其他平台的贡献(提交拉取请求)。 其他需求 在基于RedHat的平台上,您需要正确
【文件预览】:
roundcube-master
----.kitchen.yml(490B)
----.gitignore(167B)
----Guardfile(461B)
----Dockerfile(274B)
----templates()
--------default()
----.travis.yml(393B)
----Cheffile(230B)
----Vagrantfile(598B)
----.rubocop.yml(217B)
----LICENSE(11KB)
----CHANGELOG.md(463B)
----Thorfile(241B)
----README.md(5KB)
----chefignore(960B)
----.drone.yml(152B)
----Berksfile(133B)
----Gemfile(780B)
----attributes()
--------default.rb(1KB)
--------php_fpm.rb(107B)
--------packages.rb(437B)
--------nginx.rb(77B)
----metadata.rb(6KB)
----Rakefile(2KB)
----test()
--------integration()
--------unit()
--------cookbooks()
----recipes()
--------nginx_vhost.rb(1KB)
--------default.rb(797B)
--------php_fpm.rb(1KB)
--------nginx.rb(869B)
--------configure.rb(2KB)
--------install.rb(979B)

网友评论