{"id":22683263,"url":"https://github.com/mtchavez/vagrant-rails","last_synced_at":"2025-03-29T14:27:59.051Z","repository":{"id":27813032,"uuid":"31302527","full_name":"mtchavez/vagrant-rails","owner":"mtchavez","description":"Vagrant Rails Setup for Ubuntu Trusty 64 Virtualbox","archived":false,"fork":false,"pushed_at":"2015-03-06T07:25:04.000Z","size":180,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-04T15:32:42.645Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"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/mtchavez.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":"2015-02-25T07:39:06.000Z","updated_at":"2015-03-06T07:25:05.000Z","dependencies_parsed_at":"2022-08-24T23:00:49.618Z","dependency_job_id":null,"html_url":"https://github.com/mtchavez/vagrant-rails","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtchavez%2Fvagrant-rails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtchavez%2Fvagrant-rails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtchavez%2Fvagrant-rails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtchavez%2Fvagrant-rails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mtchavez","download_url":"https://codeload.github.com/mtchavez/vagrant-rails/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246195632,"owners_count":20738910,"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-12-09T21:11:25.755Z","updated_at":"2025-03-29T14:27:59.031Z","avatar_url":"https://github.com/mtchavez.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vagrant Rails Dev Box\n\n[![Latest Version](http://img.shields.io/github/release/mtchavez/vagrant-rails.svg?style=flat-square)](https://github.com/mtchavez/vagrant-rails/releases)\n\nSimple Rails Dev box setup to provision with Vagrant and push new\nversions to Atlas to be used in other projects.\n\n## Requirements\n\n* Ansible is required for provisioning\n  * Install via `pip install -r requirements.txt`\n* Vagrant\n* Virtualbox\n\n## Rails Setup\n\n* RVM - Ruby 2.2.0\n* NodeJS - version 0.10.26\n* Postgres - version 9.3\n* Memcached\n* Redis\n* CoffeeScript\n* PhantomJS\n\n## Atlas Vagrant Box\n\nVersions of the box will be hosted on Atlas to be used in other projects.\nA simple Vagrant file using the box would be:\n\n```ruby\n# -*- mode: ruby -*-\n# vi: set ft=ruby :\n\nVagrant.configure(2) do |config|\n  config.vm.box = 'mtchavez/rails-dev'\n  config.vm.box_version = '\u003e=0.0.1'\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtchavez%2Fvagrant-rails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmtchavez%2Fvagrant-rails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtchavez%2Fvagrant-rails/lists"}