{"id":16696420,"url":"https://github.com/gbevan/vagrant-meanio","last_synced_at":"2025-03-14T02:28:52.496Z","repository":{"id":27236179,"uuid":"30707786","full_name":"gbevan/vagrant-meanio","owner":"gbevan","description":"Pre-init'ed MEAN-CLI AppServer for use in development with Vagrant","archived":false,"fork":false,"pushed_at":"2016-11-01T21:13:06.000Z","size":22,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-20T21:49:21.725Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gbevan.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}},"created_at":"2015-02-12T15:08:19.000Z","updated_at":"2019-12-08T12:35:55.000Z","dependencies_parsed_at":"2022-09-01T00:30:21.431Z","dependency_job_id":null,"html_url":"https://github.com/gbevan/vagrant-meanio","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbevan%2Fvagrant-meanio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbevan%2Fvagrant-meanio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbevan%2Fvagrant-meanio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbevan%2Fvagrant-meanio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gbevan","download_url":"https://codeload.github.com/gbevan/vagrant-meanio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243511158,"owners_count":20302513,"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-10-12T17:28:29.455Z","updated_at":"2025-03-14T02:28:52.476Z","avatar_url":"https://github.com/gbevan.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"vagrant-meanio\n==============\nA pre-built and initialised MEAN (http://mean.io) app server for development with Vagrantfile.\n\n### Example Vagrantfile:\n    VAGRANTFILE_API_VERSION = \"2\"\n    Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|\n      config.vm.define \"meanproj\", primary: true do |meanproj|\n        meanproj.vm.synced_folder \"src/\", \"/home/vagrant/appserver/packages/custom\"\n        meanproj.vm.provider \"docker\" do |d|\n          d.image = \"gbevan/vagrant-meanio:devel\"\n          d.has_ssh = true\n          d.ports = [\"3000:3000\", \"3443:3443\"]\n        end\n      end\n    end\n\nMaps your project's src/ folder to ```appserver/packages/custom```.\n\n### Run:\n    $ vagrant up --provider=docker\n\n### Tags:\n\n* latest - currently still maps to the 12 month old version with v0.4.2 of mean.io\n\n* devel - building from mean.io's master branch\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbevan%2Fvagrant-meanio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgbevan%2Fvagrant-meanio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbevan%2Fvagrant-meanio/lists"}