A search interface for data from the Politics of Patents case study (part of Copim WP6): this parses data from the archive of RTF files and provides additional data from the European Patent Office API. https://patents.copim.ac.uk
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Simon Bowie 6ed5d292da Started organising the bibliographic details response from OPS API 3 年前
nginx Minor changes to index.php 3 年前
site Started organising the bibliographic details response from OPS API 3 年前
.gitignore Moved environment variables to config file 3 年前
LICENSE Added some comments and a license 3 年前
README.md Consolidated Docker config into repository 3 年前
config.env.template Added image retrieval from OPS API. Needs work. 3 年前
docker-compose.yml Resolved issue with PHP files not displaying properly 3 年前

README.md

Docker Compose and Docker files for deploying the development environment for the Politics of Patent case study site.

Deployed Solr for .rtf indexing using instructions at: https://github.com/docker-solr/docker-solr

Created core using:

docker exec -it solr solr create_core -c epo_data

Add files to Solr using:

docker run --rm -v "/Users/ad7588/Downloads/2018 (10381):/2018" --network=host solr:latest post -c epo_data /2018

Note this fix to ensure that .rtf files can be indexed using Apache Tika: https://gitmemory.com/issue/docker-solr/docker-solr/341/682877640

Note that on Mac the PHP container has to communicate with the Solr container using the hostname ‘host.docker.internal’ rather than ‘localhost’ or ‘127.0.0.1’: https://stackoverflow.com/questions/24319662/from-inside-of-a-docker-container-how-do-i-connect-to-the-localhost-of-the-mach