Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation help #7

Open
Varming73 opened this issue Jul 14, 2024 · 2 comments
Open

Installation help #7

Varming73 opened this issue Jul 14, 2024 · 2 comments

Comments

@Varming73
Copy link

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
Copy link

Zaarrg commented Aug 9, 2024

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

@MisterC925
Copy link

MisterC925 commented Aug 15, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants