iPromKnight / zilean

106 stars 8 forks source link

Installation help #7

Open Varming73 opened 4 months ago

Varming73 commented 4 months ago

I just installed Zilean in a docker and see this in the log:

[11:54:18] | INFO | "Program" | Zilean API Service started
[11:54:18] | INFO | "Zilean.ApiService.Features.Dmm.DmmSyncJob" | DmmSyncJob started
[11:54:18] | INFO | "Zilean.Shared.Features.Shell.ShellExecutionService" | Executing: /app/dmmscraper 
[11:54:18] | INFO | "Zilean.Shared.Features.ElasticSearch.ElasticSearchClient" | Checking Elasticsearch connection to server "http://localhost:9200".
[11:54:18] | EROR | "Zilean.Shared.Features.ElasticSearch.ElasticSearchClient" | Elasticsearch connection to server "http://localhost:9200" is offline.
[11:54:18] | INFO | "Zilean.ApiService.Features.Dmm.DmmSyncJob" | DmmSyncJob completed

The installation documentation says to only install Zilean..?

Zaarrg commented 3 months ago

U need Elasticsearch. Check compose-dev.yaml for a example working setup.

MisterC925 commented 3 months ago

The latest compose.yml doesn't have an Elasticsearch section but zilean still seems to be trying to use it: [17:10:33] | EROR | "Zilean.Shared.Features.ElasticSearch.ElasticSearchClient" | Elasticsearch connection to server "http://localhost:9200" is offline.

I re-added the sections from the older compose.yml and it came back up but hasn't started populating either the sql database or elasticsearch.

UPDATE: I removed all volumes and restarted and it is loading the tables into psql now. Does it need Elasticsearch anymore?