Skip to content
This repository was archived by the owner on Apr 11, 2022. It is now read-only.

opcoding/adimeo-data-suite

 
 

Repository files navigation

Adimeo Data Suite

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.

Requirements

ADS requires Elasticsearch version 5.x (Download available here)

Installation

Get the latest version from Github : https://github.com/louisicard/adimeo-data-suite/releases/latest

  1. Extract form archive then run
composer update
  1. Configure .env file

  2. Run builtin server

composer require server --dev

Then start server (requires pcntl extension for PHP)

php bin/console server:start --env=prod
  1. Or configure your favorite webserver (See doc on symfony.org)

Usage

Login on http://host/login (Default user/password is admin/admin)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 37.8%
  • JavaScript 35.6%
  • HTML 17.5%
  • CSS 9.1%