opensemanticsearch / open-semantic-search

Open Source research tool to search, browse, analyze and explore large document collections by Semantic Search Engine and Open Source Text Mining & Text Analytics platform (Integrates ETL for document processing, OCR for images & PDF, named entity recognition for persons, organizations & locations, metadata management by thesaurus & ontologies, search user interface & search apps for fulltext search, faceted search & knowledge graph)
https://opensemanticsearch.org
GNU General Public License v3.0
941 stars 164 forks source link

Changes required to build working Docker container (Windows 10 Pro WSL2) #429

Open DrMikeJS opened 2 years ago

DrMikeJS commented 2 years ago

Changed CRLF to LF in many if not most files

Replaced shortcuts in flower.conf files with contents of target conf file (shortcuts giving Apache error as "unrecognised command")

Replaced deprecated Django "url" function with "re_path" aliased as url for Django 4 compatibility.

Replaced NullBooleanField with BooleanField(null=True) for Django 4 compatibility.

Container now runs without errors.

feathered-arch commented 2 years ago

You da man!

thecocce commented 1 year ago

May be same issue of #427 and #433