opensemanticsearch / open-semantic-etl

Python based Open Source ETL tools for file crawling, document processing (text extraction, OCR), content analysis (Entity Extraction & Named Entity Recognition) & data enrichment (annotation) pipelines & ingestor to Solr or Elastic search index & linked data graph database
https://opensemanticsearch.org/etl
GNU General Public License v3.0
255 stars 69 forks source link

Flower not installed in team OVA #113

Closed NetwarSystem closed 2 years ago

NetwarSystem commented 4 years ago

Flower is not installed in the team OVA.

pip3 install flower

and then turn it into a service - seems to work fine:

[Unit] Description=Flower After=network.target

[Service] Type=simple User=opensemanticetl ExecStart=/usr/local/bin/flower Restart=always

[Install] WantedBy=multi-user.target