honeybee/honeybee-agavi-cmf-vendor
最新稳定版本:0.2.88
Composer 安装命令:
composer require honeybee/honeybee-agavi-cmf-vendor
包简介
Vendor library that is used in the honeybee-agavi-cmf-project.
关键字:
README 文档
README
Provides a fully functioning cmf boilerplate, that is built with honeybee and agavi. It is used by being integrated into a honeybee-agavi-cmf-project via composer and can be customized from there on.
Installation
This repository is NOT meant to be run standalone. The following steps make it possible though:
git clone git@github.com:honeybee/honeybee-agavi-cmf-vendor.gitcd honeybee-agavi-cmf-vendorcomposer installmkdir app/cachemkdir app/log
Setup local configuration files (adjust values accordingly):
sudo mkdir /usr/local/honeybee-agavi-cmf-vendor- create
/usr/local/honeybee-agavi-cmf-vendor/environmentand put the environment name in there:development - create
/usr/local/honeybee-agavi-cmf-vendor/config.jsonwith:{"local":{"base_href":"https://devbox.local/"}} - create
/usr/local/honeybee-agavi-cmf-vendor/couchdb.jsonwith:{"couchdb":{"host":"localhost","port":5984,"user":"honeybee","password":"honeybee"}} - create
/usr/local/honeybee-agavi-cmf-vendor/elasticsearch.jsonwith:{"elasticsearch":{"host":"localhost","port":9200}}
Create XInclude files to enable the modules, download and compile assets and run status test:
composer init-standalone
From here on you may run migrations to setup the write- and readside databases/indices:
bin/cli honeybee.core.migrate.run
Create an administrative user:
bin/cli honeybee.system_account.user.create
统计信息
- 总下载量: 2.09k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-08-17