New way of setting up ROR for tests

Hi, recently we’ve created scripts which make it very easy to set up Elasticsearch and Kibana with ReadonlyREST plugin in isolated environment using docker.
Thanks to that you are able to freely test and experiment with ReadonlyREST plugin and it’s configuration without worrying that something will break.
Everything is done in a completely disposable way and could be brought back to original state with just one command. Because of all these features we called it sandbox.

Here’s the link to these scripts where you can also find readme with tutorial GitHub - beshu-tech/ror-sandbox: Sandbox based on docker-compose for ReadonlyREST.

Feel free to ask questions here. Any suggestions on how we can improve sandbox will be appreciated.

3 Likes