Repository for MeMAD Explorer with configuration files for D2KLab/explorer.
- Download this repository:
git clone https://github.com/MeMAD-project/explorer
cd explorer-
Copy the file
.env.defaultinto a new file called.envand edit the variables based on your environment. -
Start in development mode:
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up- Start in production mode:
docker-compose -f docker-compose.yml -f docker-compose.prod.yml upSometimes clearing the redis cache might be required if the Knowledge Graph has been recently updated. This can be done using the following command:
docker-compose exec redis redis-cli flushallMeMAD Explorer is Apache licensed.