Hello NuPIC! I'd like to work with a vagrant box so I can easily work on a NuPIC project across different machines. I've started with the Coreos vagrant box <https://github.com/numenta/nupic/tree/master/coreos-vagrant> provided in the NuPIC open source project and I've built the NuPIC docker container on it through ssh.
Now, I'm new to vagrant but I do know that for my purpose I need to provision a lot, if not all, of the changes I want to make in the vagrant box. The best way to then keep track of the changes across different machines would be to apply versioning to the vagrantfiles. Since I'm new to vagrant I'm not sure how I would provision fine grained changes like OS configurations or a particular branch of a git project. I would gladly turn to the internet for a generic approach to this, but I was also hoping some of you have NuPIC-specific experience with custom vagrant boxes. So my question is: how do I provision my own vagrant box based on https://github.com/numenta/nupic/tree/master/coreos-vagrant? Kind regards, Casper Rooker [email protected]
