hobbit-project / platform

HOBBIT benchmarking platform
GNU General Public License v2.0
23 stars 9 forks source link

Configuration script #161

Open denkv opened 6 years ago

denkv commented 6 years ago

We need a target in Makefile which would do configuration currently described in README:

Is there anything else?

Branch: https://github.com/hobbit-project/platform/compare/develop...make-install

MichaelRoeder commented 6 years ago

Regarding the initialization of Virtuoso it might be worth to note that we know the script which is executed inside the container to start and shut it down correctly (!). It can be found at https://github.com/hobbit-project/platform/commit/89693e1c1bbd6b4b5ca086d75cf54ec63692846e#diff-69e456f0cc895600b6f5ab5aaf82a906

Maybe the command to initialize the storage could combine both scripts, i.e., start the storage, execute the necessary commands and shut it down correctly.

denkv commented 6 years ago

Are we merging feature/new-vos-docker-images anytime soon?

MichaelRoeder commented 6 years ago

We can merge feature/new-vos-docker-images into the docker-swarm branch.