diqa/faceted-search-2
Composer 安装命令:
composer require diqa/faceted-search-2
包简介
Enhanced retrieval provides a faceted search for Mediawiki and SMW. It requires a SOLR server as backend.
README 文档
README
Next generation of EnhancedRetrieval
Create VM
- Install Virtualbox -
https://www.virtualbox.org/ - Install Vagrant -
https://www.vagrantup.com/
Open cmd and change to folder "vm-ubuntu" and run:
vagrant up
Enter VM by running:
vagrant ssh
and go to /var/www/html/mediawiki/vm-ubuntu and run:
./solr-installPowerSearch.sh
./solr-installCore.sh
Build Frontend
Install NPM - https://nodejs.org/en/download
Open console and change to folder facetedSearch2/fs-react
- npm install (initially or after dependency update)
- npm start (to run the webserver for local development)
- npm run dev-build (DEV build)
- npm run build (PROD build)
- npm test (to run all unit tests)
To import test data for it-tests
php test/importTestdataForIT.php
- npm run it-test (to run all integration-tests)
Backend
To run backend tests:
./runTests
To import test data for frontend:
php test/importTestdataForFrontend.php
统计信息
- 总下载量: 27
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2024-09-20