@@ -78,3 +78,11 @@ if you want to move the docker process to the background.
4. Adapt the Docker File in your searchitect.common.client.ClientScheme, take care with the port, choose one that is still available
5. Add your new Searchitect-backend implementation in the application properties of the searchitect-gate project to the list. The name needs to be the same as in the docker-compose file (docker-compose.yml).
6. Recompile the whole workspace and test.
## License
All code created by this project ist licensed under the GNU GPL v3.0 license which is made available in the file LICENSE.
All code taken from the [Clusion Project](https://github.com/encryptedsystems/Clusion) is marked as such licensed under the GNU GPL v3.0 which is made available in the file LICENSE.clusion.txt.
All code taken from the [Spring Boot Project](https://github.com/spring-projects/spring-boot) is marked as such and licensed under the Apache v2.0 license which is made available in the file LICENSE.spring-boot.txt.