neoslive / hybridsearch-neos-demo
此包的最新版本(1.0.1)没有可用的许可信息。
在此处添加描述
1.0.1
2016-11-19 20:21 UTC
Requires
This package is not auto-updated.
Last update: 2024-09-28 20:20:04 UTC
README
首先,您需要一个 Firebase 实时数据库。免费创建新的 Firebase 项目:https://console.firebase.google.com/
然后,您需要一个数据库令牌。打开您的 Firebase 项目设置并创建新的数据库密钥/令牌(请参阅服务账户 > 数据库密钥)。
安装流程包: composer require neoslive/hybridsearch-neos-demo
将其添加到您的 flow Settings.yaml 配置文件中
Neoslive:
Hybridsearch:
Firebase:
endpoint: 'https://** your firebase project name**.firebaseio.com/'
token: '** your firebase token **'
运行流程命令以对 Neos.Demo 网站进行初始索引
php ./flow hybridsearch:createfullindex