honeybee / honeybee-agavi-cmf-vendor
Vendor library that is used in the honeybee-agavi-cmf-project.
Installs: 2 025
Dependents: 2
Suggesters: 0
Security: 0
Stars: 5
Watchers: 7
Forks: 2
Open Issues: 27
Requires
- php: ^7.2
- ext-json: *
- lib-libxml: *
- honeybee/agavi: 1.0.13
- honeybee/honeybee: ^0.2.24
- michelf/php-markdown: ^1.9
- monolog/monolog: ^1.25 || ^2.0
- mthaml/mthaml: ^1.8
- ql/uri-template: ^1.1
- swiftmailer/swiftmailer: ^5.4
- symfony/console: ^4.0 || ^5.0
- symfony/finder: ^4.0 || ^5.0
- symfony/process: ^4.0 || ^5.0
- symfony/validator: ^4.0 || ^5.0
- twig/intl-extra: ^3.0
- twig/twig: ^2.0 || ^3.0
Requires (Dev)
- mockery/mockery: ^1.3
- phpmd/phpmd: ^2.8
- phpunit/phpunit: ^7.5
- roave/security-advisories: dev-master
- squizlabs/php_codesniffer: ^3.5
- symfony/css-selector: ^4.0 || ^5.0
- symfony/dom-crawler: ^4.0 || ^5.0
- dev-master
- 0.2.88
- 0.2.87
- 0.2.86
- 0.2.85
- 0.2.84
- 0.2.83
- 0.2.82
- 0.2.81
- 0.2.80
- 0.2.79
- 0.2.78
- 0.2.77
- 0.2.76
- 0.2.75
- 0.2.74
- 0.2.73
- 0.2.72
- 0.2.71
- 0.2.70
- 0.2.69
- 0.2.68
- 0.2.67
- 0.2.66
- 0.2.65
- 0.2.64
- 0.2.63
- 0.2.62
- 0.2.61
- 0.2.60
- 0.2.59
- 0.2.58
- 0.2.57
- 0.2.56
- 0.2.55
- 0.2.54
- 0.2.53
- 0.2.52
- 0.2.51
- 0.2.50
- 0.2.49
- 0.2.48
- 0.2.47
- 0.2.46
- 0.2.45
- 0.2.44
- 0.2.43
- 0.2.42
- 0.2.41
- 0.2.40
- 0.2.39
- 0.2.38
- 0.2.37
- 0.2.36
- 0.2.35
- 0.2.34
- 0.2.33
- 0.2.32
- 0.2.31
- 0.2.30
- 0.2.29
- 0.2.28
- 0.2.27
- 0.2.26
- 0.2.25
- 0.2.24
- 0.2.23
- 0.2.22
- 0.2.21
- 0.2.20
- 0.2.19
- 0.2.18
- 0.2.17
- 0.2.16
- 0.2.15
- 0.2.14
- 0.2.13
- 0.2.12
- 0.2.11
- 0.2.10
- 0.2.9
- 0.2.8
- 0.2.7
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.14
- 0.1.13
- 0.1.12
- 0.1.11
- 0.1.10
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- dev-dependabot/npm_and_yarn/moment-2.29.4
- dev-dependabot/npm_and_yarn/jquery-ui-1.13.2
- dev-fix-HRTE_link-target_and_squire-block-configuration
- dev-sf4
- dev-feature-elasticsearch7
- dev-custom_selectize_dep
- dev-fix-broken-selectize-on-INPUT-TAG-in-single-mode
- dev-getridofbower
- dev-list-filters_fixes
- dev-feature-list_filters
- dev-feature-list_filter_map_rendering
- dev-methodpermissions
- dev-fix_reference_entity_list
- dev-feature/refactor_validation
- dev-image-widget-restyle
- dev-history_view_timeline
This package is auto-updated.
Last update: 2024-10-16 18:48:29 UTC
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