承接 honeybee/honeybee-agavi-cmf-vendor 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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.git
  • cd honeybee-agavi-cmf-vendor
  • composer install
  • mkdir app/cache
  • mkdir app/log

Setup local configuration files (adjust values accordingly):

  • sudo mkdir /usr/local/honeybee-agavi-cmf-vendor
  • create /usr/local/honeybee-agavi-cmf-vendor/environment and put the environment name in there: development
  • create /usr/local/honeybee-agavi-cmf-vendor/config.json with: {"local":{"base_href":"https://devbox.local/"}}
  • create /usr/local/honeybee-agavi-cmf-vendor/couchdb.json with: {"couchdb":{"host":"localhost","port":5984,"user":"honeybee","password":"honeybee"}}
  • create /usr/local/honeybee-agavi-cmf-vendor/elasticsearch.json with: {"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

GitHub 信息

  • Stars: 5
  • Watchers: 6
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-08-17