Adimeo Data Suite (ADS) provides tools to:
- Easily manage an Elasticsearch cluster
- Harvest various types of datasources
- Process data before indexing it
- Design search pages
- Etc.
ADS requires Elasticsearch version 5.x (Download available here)
Get the latest version from Github : https://github.com/louisicard/adimeo-data-suite/releases/latest
- Extract form archive then run
composer update
-
Configure .env file
-
Run builtin server
composer require server --dev
Then start server (requires pcntl extension for PHP)
php bin/console server:start --env=prod
- Or configure your favorite webserver (See doc on symfony.org)
Login on http://host/login (Default user/password is admin/admin)