{"id":20023368,"url":"https://github.com/niku/vagrant_config_files","last_synced_at":"2025-05-05T02:30:35.797Z","repository":{"id":4230375,"uuid":"5353405","full_name":"niku/vagrant_config_files","owner":"niku","description":null,"archived":false,"fork":false,"pushed_at":"2013-07-25T09:11:10.000Z","size":98,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T15:05:53.062Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/niku.png","metadata":{"files":{"readme":"README.org","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":"2012-08-09T09:03:59.000Z","updated_at":"2015-11-02T16:17:32.000Z","dependencies_parsed_at":"2022-08-27T12:31:22.202Z","dependency_job_id":null,"html_url":"https://github.com/niku/vagrant_config_files","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/niku%2Fvagrant_config_files","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niku%2Fvagrant_config_files/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niku%2Fvagrant_config_files/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niku%2Fvagrant_config_files/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niku","download_url":"https://codeload.github.com/niku/vagrant_config_files/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252427616,"owners_count":21746245,"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-13T08:46:12.203Z","updated_at":"2025-05-05T02:30:35.569Z","avatar_url":"https://github.com/niku.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"* What is this?\n\n[[http://vagrantup.com/][Vagrant]] config files.It includes setting to create my account.\n\n* How to use?\n\nrequire [[https://www.virtualbox.org/][virtualbox]] and [[http://vagrantup.com/][vagrant]]\n\n** with git\n\n#+BEGIN_EXAMPLE\n$ git clone git://github.com/niku/vagrant_config_files.git\n$ cd vagrant_config_files\n$ git submodule init\n$ git submodule update\n$ vagrant box add base http://files.vagrantup.com/lucid32.box\n$ vagrant up\n$ chmod 600 id_rsa\n$ ssh niku@127.0.0.1 -p 2222 -i id_rsa\n$ rbenv install 1.9.3-p286\n$ rbenv global  1.9.3-p286\n$ rbenv rehash\n#+END_EXAMPLE\n\n** without git\n1. Download [[https://nodeload.github.com/niku/vagrant_config_files/zipball/minimum_set][vagrant_config_files]], [[https://nodeload.github.com/edelight/chef-solo-search/zipball/83fd5c5da1d32f53dba782cafaf8fad9f17b76a8][chef-solo-search]] and [[https://nodeload.github.com/opscode-cookbooks/users/zipball/9aaaddc230e80ce280409fe092f669c45b19e7ac][users]]\n2. extract file like 'directory structure'\n3. exec command\n#+BEGIN_EXAMPLE\n$ cd vagrant_config_files\n$ vagrant box add base http://files.vagrantup.com/lucid32.box\n$ vagrant up\n$ chmod 600 id_rsa\n$ ssh niku@127.0.0.1 -p 2222 -i id_rsa\n$ rbenv install 1.9.3-p286\n$ rbenv global  1.9.3-p286\n$ rbenv rehash\n#+END_EXAMPLE\n\n** directory structure\n#+BEGIN_EXAMPLE\nvagrant_config_files\n|-- cookbooks\n|   |-- build-essential\n|   |   `-- ...\n|   |-- chef-solo-search\n|   |   `-- ...\n|   |-- java\n|   |   `-- ...\n|   |-- rbenv\n|   |   `-- ...\n|   |-- readline\n|   |   `-- ...\n|   |-- ruby_build\n|   |   `-- ...\n|   |-- sudo\n|   |   `-- ...\n|   |-- users\n|   |   `-- ...\n|   |-- xml\n|   |   `-- ...\n|   `-- zlib\n|       `-- ...\n|-- data_bags\n|   `-- users\n|       `-- niku.json\n|-- id_rsa\n|-- id_rsa.pub\n|-- README.org\n`-- Vagrantfile\n#+END_EXAMPLE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniku%2Fvagrant_config_files","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniku%2Fvagrant_config_files","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniku%2Fvagrant_config_files/lists"}