Hosakabox is local linux working environment.
Hosakabox is lightweight VirtualBox VM managed by Vagrant with CentOS 7 and Puppet 3. It's purpose is to bring linux working environment to whoever is bound to MS Windows. You can have MS Outlook, Lync, MS Office, etc. togheter with linux set of tools like ruby, python, bash, rpm etc. Hosakabox is aimed for people who need all MS tools, but mostly develop software, scripts, solution for Linux OS.
You might need to change some settings in Vagrantfile
that describe your VM like
- IP address
- name
- Mounted shares
You will need to get puppetlabs/stdlib module in order to get this work
git clone --branch 4.12.0 https://github.com/puppetlabs/puppetlabs-stdlib.git puppet/modules/stdlib
To start your VM just run
vagrant up
There is default image there that I personally manage, however you can change it for your vagrant image.
Piotr Bugała[email protected]