{"id":20028659,"url":"https://github.com/phase2/veewee-boxes","last_synced_at":"2025-05-05T03:32:18.548Z","repository":{"id":1601139,"uuid":"2170258","full_name":"phase2/veewee-boxes","owner":"phase2","description":"Creating really small CentOS and Debian images.","archived":false,"fork":false,"pushed_at":"2013-08-19T21:15:41.000Z","size":83,"stargazers_count":7,"open_issues_count":2,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-08T16:05:33.399Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"garlik/4store","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phase2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-08-07T21:00:12.000Z","updated_at":"2015-11-09T20:48:19.000Z","dependencies_parsed_at":"2022-07-29T08:48:46.816Z","dependency_job_id":null,"html_url":"https://github.com/phase2/veewee-boxes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phase2%2Fveewee-boxes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phase2%2Fveewee-boxes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phase2%2Fveewee-boxes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phase2%2Fveewee-boxes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phase2","download_url":"https://codeload.github.com/phase2/veewee-boxes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252435188,"owners_count":21747361,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T09:15:56.805Z","updated_at":"2025-05-05T03:32:18.217Z","avatar_url":"https://github.com/phase2.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Veewee Boxes\nThis project is for building/maintaining VirtualBoxes using veewee.\n\n## Prerequisites\n\n### VirtualBox\nUse an operating system package to install VirtualBox, e.g.\n\n    # apt get install virtualbox\n    \n\n### Ruby\nYou can use the system ruby, but you are better off using rbenv as described \nbelow. This has been tested with native ruby 1.9.3, jruby 1.7.2, and native \nruby 2.0.0\n\n#### rbenv\n[rbenv](https://github.com/sstephenson/rbenv) allows us to manage Ruby \nversions. Install it by following the \n[instructions](https://github.com/sstephenson/rbenv#installation).\n\n#### ruby-build\n[ruby-build](https://github.com/sstephenson/ruby-build) is a utility for \ncompiling and installing Ruby versions.  It's a plugin for rbenv that help with\ninstalling different versions of ruby, either compiled from source or via other\nmeans, e.g., downloading and unpacking jruby.  Follow the \n[instructions](https://github.com/sstephenson/ruby-build#installation) to \ninstall it.\n\n#### Set the version\nOnce you have installed rbenv and ruby-build, install your desired ruby version.\nFor example, to use ruby 2.0:\n\n    $ rbenv install 2.0.0-p247\n    \nMake that the global version:\n\n    $ rbenv global 2.0.0-p247\n\n### Vagrant\n\nYou can use an OS package to install Vagrant, but you can get more recent \nreleases by installing Vagrant as a gem. Moreover, you will have to use a gem if\nyou want/need to use different versions of Ruby.\n\n    $ gem install vagrant\n    \n\n## Veewee\n\n### Rubygem\n\nYou can install veewee as a gem:\n\n    $ gem install veewee\n    \nHowever, you might run into the following error:\n\n    $ gem install veewee\n \n    ERROR:  While executing gem ... (Gem::DependencyError)\n       Unable to resolve dependencies: fog requires net-scp (~\u003e 1.1)\n\n\n### bundler\nUsing bundler allows you to manage veewee's dependencies independently from \nother gems. This seems to be the prevailing workaround for the above error.\n\n    $ gem install bundler\n    \nThen use the supplied Gemfile to install veewee\n\n    $ bundle install\n    \nTo run veewee:\n\n    $ bundle exec veewee\n\n### Usage\n\nUsing veewee with bundler is a little... verbose. You can alias veewee:\n\n    $ alias veewee 'bundle exec veewee'\n\nTo see what you can do with VirtualBox:\n\n    $ bundle exec veewee vbox help\n    \netc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphase2%2Fveewee-boxes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphase2%2Fveewee-boxes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphase2%2Fveewee-boxes/lists"}