ContainerSolutions / minimesos

The experimentation and testing tool for Apache Mesos - NO LONGER MAINTANED!
https://www.minimesos.org
Apache License 2.0
429 stars 61 forks source link

install minimesos at a custom location #533

Open ZinatWali opened 7 years ago

ZinatWali commented 7 years ago

Hi,

My home drive is set to a network location. I would rather have minimesos installed at a different location in my pc. How can I change the location of installation?

Thanks.

frankscholten commented 7 years ago

@ZinatWali This is currently not configurable. The minimesos shell script is installed under $HOME. See https://raw.githubusercontent.com/ContainerSolutions/minimesos/master/bin/install-version

You could of course move the script to another place. It's a thin wrapper around a Docker container.