the tool to easily build vagrant base boxes or kvm, virtualbox and fusion images.
Questions tagged [veewee]
9 questions
14
votes
2 answers
Running Heroku Cedar Locally using Vagrant
I would like to develop my Django Heroku app in an environment as close to Heroku's Cedar stack as possible using Vagrant.
The best solution I have found so far for building the mocked up environment is Eric Holmes' excellent…

Erik
- 7,479
- 8
- 62
- 99
4
votes
2 answers
How to organize a Bento - Veewee - Vagrant project
I'm trying to use Bento, Veewee and Vagrant to automate the process of provisioning VMs. This approach has a lot of promise for simplifying development, dev-testing and QA processes.
(For those who haven't encountered these -- Vagrant makes it easy…

Chris Johnson
- 20,650
- 6
- 81
- 80
2
votes
1 answer
How to transfer some files when creating a VirtualBox with Veewee
I'm building a virtual box with Veewee and I want to have a script that calls another helper script on the newly created box.
The only way I know is to provide the main script and the helper script in the postinstall-files section of the…

Mircea
- 131
- 9
1
vote
2 answers
How to install Veewee on Windows?
I've installed:
Ruby dev kit
Msysgit
Added virtualbox to path environment variable
Downloaded the repository on github
Went to the unzipped location with powershell
Ran 'bundle install' in powershell
Returned: The term 'bundle' is not recognized…

Hyperfocus
- 773
- 1
- 7
- 14
1
vote
1 answer
Veewee Install Error
I'm trying to install veewee for vagrant, so that I may take advantage of the automation it employs to create base boxes. I could be doing something wrong, but I don't think so...
Here's what I'm running:
gem install veewee
ERROR: While executing…

MWGriffin
- 337
- 1
- 3
- 11
0
votes
2 answers
What is veewee waiting for when it's waiting for ssh login?
When veewee is displaying the following message, Waiting for ssh login on 127.0.0.1 with user veewee to sshd on port => 7222 to work, timeout=10000 sec what exactly is it waiting on?
As far as I can tell there is a ssh server on port 7222 on the…

Sarge
- 2,367
- 2
- 23
- 36
0
votes
2 answers
Could not instantiate the box MyServer with provider Virtualbox, definition 'MyServer' does not exist
I am new to vagrant and am building my first basebox. After installation and configuration of the downloaded template (Oracle Linux) I attempted to do a "vagrant basebox export" but got the following error:
Could not instantiate the box MyServer…

Ab Caballero
- 7
- 1
0
votes
1 answer
Veewee, Vagrant and Berkshelf integration
I'm trying to learn how to set up a virtual development environment using VirtualBox, Veewee, Vagrant and Chef-solo with Berkshelf.
Since I'm very new to this, I've read all I could find online, but I think I'm missing something crucial. Hopefully…

neobackup08
- 15
- 2
0
votes
1 answer
Changing shell in a Veewee script
I'm in the process of building out my first Vagrant box using Veewee (ubuntu 12.04) and, about 95% of the way there, I'm stuck on something. I have a custom post-install script, called right after postinstall.sh, that builds out my preferred user…

Rob Wilkerson
- 40,476
- 42
- 137
- 192