tools/python/airmaps/sandbox/README.md
This project can show how airmaps works on your computer.
You must have docker and docker-compose.
$ cd omim/tools/python/airmaps/sandbox
sandbox$ ./build.sh
sandbox$ ./create_storage.sh
Note: May be you need sudo, because ./create_storage.sh to try change an owner of sandbox/storage/tests directory.
$ cd omim/tools/python/airmaps/sandbox
sandbox$ docker-compose up
Note: You can see the results of airmaps working in sandbox/storage/tests.
$ cd omim/tools/python/airmaps/sandbox
sandbox$ docker-compose down
$ cd omim/tools/python/airmaps/sandbox
sandbox$ ./clean.sh
$ cd omim/tools/python/airmaps/sandbox
sandbox$ docker-compose rm