- Initiate the submodules (clone repositories)
git submodule init
git submodule update
- Build docker containers
make all
- Prepare datafile
make armatus
- Exec docker container
docker-compose exec armatus bash
- How to build
chmod +x entrypoint.sh
./entrypoint.sh
- Test
chmod +x test.sh
./test.sh
- Prepare datafile
make arrowhead
- Exec docker container
docker-compose exec arrowhead bash
- Test method
chmod +x test.sh
./test.sh