{"id":22337553,"url":"https://github.com/mkdika/vagrant-ruby-dev","last_synced_at":"2026-05-07T19:06:19.692Z","repository":{"id":102259136,"uuid":"218548801","full_name":"mkdika/vagrant-ruby-dev","owner":"mkdika","description":"Base Vagrant to ease the provision of Ruby based application development environment","archived":false,"fork":false,"pushed_at":"2019-12-15T10:00:30.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T09:45:06.556Z","etag":null,"topics":["ansible-playbook","development","environment-configuration","ruby","ruby-on-rails","vagrant"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mkdika.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-30T14:39:19.000Z","updated_at":"2021-02-09T03:18:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"0fc2d795-af6b-4f2b-9f91-8aaf1efead7b","html_url":"https://github.com/mkdika/vagrant-ruby-dev","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/mkdika%2Fvagrant-ruby-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkdika%2Fvagrant-ruby-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkdika%2Fvagrant-ruby-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkdika%2Fvagrant-ruby-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkdika","download_url":"https://codeload.github.com/mkdika/vagrant-ruby-dev/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245616152,"owners_count":20644593,"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":["ansible-playbook","development","environment-configuration","ruby","ruby-on-rails","vagrant"],"created_at":"2024-12-04T06:10:31.255Z","updated_at":"2025-10-25T20:35:02.117Z","avatar_url":"https://github.com/mkdika.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vagrant Ruby Apps Development\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](/LICENSE)\n\nThis is my standard Vagrant VM for ease the provision of __Ruby based application__ development\nenvironment.\n\n\n## Stacks\n\n- Vagrant box base: [ubuntu/bionic64](https://app.vagrantup.com/ubuntu/boxes/bionic64) (Ubuntu 18.04LTS)\n- Ruby 2.5.3\n- Python3 \u0026 Pip3\n- Postgresql: [10](https://www.postgresql.org/docs/10/index.html)\n\n\u003e _This repository will maintain and update overtime._\n\n\n### Usage\n\nCopy the `Vagrantfile` and `provision/` folder to wherever your project root directory or as your own customize usage.\n\n\n### Running\n\n- __Requirement:__\n  - [Install VirtualBox](https://www.virtualbox.org/wiki/Downloads), I use VirtualBox 5.2\n  - [Install Vagrant](https://www.vagrantup.com/), I use Vagrant 2.2\n\n- __Run and provision Vagrant:__\n\n```bash\n# To create, start and provision Vagrant for the first time\nvagrant up\n\n# To re-provision Vagrant (need to 'vagrant up' beforehand)\nvagrant provision\n\n# To remote (ssh) inside Vagrant\nvagrant ssh\n\n# To stop Vagrant\nvagrant halt\n\n# To check Vagrant status\nvagrant status\n\n# To destroy (remove) Vagrant\nvagrant destroy\n```\n\n### Customization\n\n- __Hardware specs__\n\n  Vagrant vm specs by default is:\n  - CPUs: 2\n  - Memory: 2GB\n  - Storage: 10GB\n\n  You can customize it by set the environment variable in host OS, as:\n  - `VAGRANT_CPUS`, for number of CPUs. eg. `VAGRANT_CPUS=4`\n  - `VAGRANT_MEMORY`, for number of memory in MB. eg. `VAGRANT_MEMORY=4096`\n  - `VAGRANT_STORAGE`, for number of storage. eg. `VAGRANT_STORAGE=20GB`\n\n  You will need to pre-install Vagrant's disksize plugin in order to ease the storage size customization.\n  To install the plugin, run:\n\n  ```bash\n  vagrant plugin install vagrant-disksize\n  ```\n\n  Destroy and re-up Vagrant if been exists.\n\n## License\n\nLicense under the MIT license. See [LICENSE](/LICENSE) file.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkdika%2Fvagrant-ruby-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkdika%2Fvagrant-ruby-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkdika%2Fvagrant-ruby-dev/lists"}