You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add information to README on which docker setups that will create a working environment. E.g. Drupal 7 is required with METSIS for now etc, SolR schema will only work with one imlementation etc. Make it easy for users/contributors to test.
The text was updated successfully, but these errors were encountered:
I updated the readme for each container. the provided docker-compose.yml will start the following services:
SolR
Drupal
Postgres
FastAPI
The Drupal module installation has been simplified - the module is now included in this repository and linked via a - volume directive in the docker-compose file.
For the installation, one should refer to the relative documentation, which is also linked from the Drupal container Readme
The SolR container is not used at the moment but serves as a testing instance to develop the required API needed to communicate actions from PyBasket to the SolR instance. For testing Python<->SolR interaction, a notebook has been developed. it includes an example to clone and replicate existing SolR schemas.
As it is now the stack can be deployed by running:
git clone https://github.com/NorDataNet/metsis-deploy
cd metsis-deploy
# pull images from docker-hub registry
sudo docker-compose pull
# start the environment
sudo docker-compose up
We can keep this issue open, so to keep track of the README's that needs some fixes and/or additional requirements for documentation.
Please add information to README on which docker setups that will create a working environment. E.g. Drupal 7 is required with METSIS for now etc, SolR schema will only work with one imlementation etc. Make it easy for users/contributors to test.
The text was updated successfully, but these errors were encountered: