To be able to automate the setup of a Seek instance, I create a runMe.sh script that pull the docker-compose, create the docker folder, ... And currently block on the solr container due to the missing config files.
But I can't get the needed solr/seek folders without cloning the repository first, which is not ideal (or manually get all files, which is worst). Other solutions are not clear at all (we want to document the solution using Seek as example).
But getting a tar of the folder would be easy. Would it be possible to add that to the CI?
To be able to automate the setup of a Seek instance, I create a runMe.sh script that pull the docker-compose, create the docker folder, ... And currently block on the solr container due to the missing config files.
But I can't get the needed solr/seek folders without cloning the repository first, which is not ideal (or manually get all files, which is worst). Other solutions are not clear at all (we want to document the solution using Seek as example).
But getting a tar of the folder would be easy. Would it be possible to add that to the CI?