Script to build local environment for peviitor project
- GIT installed
- Docker installed https://docs.docker.com/desktop/install/windows-install/
How to run the script:
- Go to the script location
- Double click on the run.bat script
After running the script you can find the peviitor directory here: C:\peviitor
How to repopulate SOLR:
- Double click on the data-migration.bat script
- GIT installed
- Docker installed https://docs.docker.com/desktop/install/linux/
Go to the script location.
sudo bash run.sh
After running the script you can find the peviitor directory here
/home/<your-username>/peviitor
For API changes modify inside peviitor/build/api
For FE changes modify inside peviitor/search-engine, then rebuild:
sudo bash rebuild_fe.sh
How repopulate SOLR:
sudo bash data-migration.sh
How to delete docker containers and docker imagines that are created for local_environment:
sudo bash delete_containers_images_local_env.sh