{"id":19655740,"url":"https://github.com/ryanpcmcquen/zippy","last_synced_at":"2026-05-06T15:35:33.400Z","repository":{"id":36912540,"uuid":"41219579","full_name":"ryanpcmcquen/zippy","owner":"ryanpcmcquen","description":"A simple Vagrant/Ansible implementation.","archived":false,"fork":false,"pushed_at":"2019-06-30T20:34:31.000Z","size":17068,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T03:32:43.817Z","etag":null,"topics":["ansible","hacktoberfest","vagrant"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryanpcmcquen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOGS.txt","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-08-22T18:27:51.000Z","updated_at":"2020-10-13T18:16:45.000Z","dependencies_parsed_at":"2022-09-07T09:50:26.399Z","dependency_job_id":null,"html_url":"https://github.com/ryanpcmcquen/zippy","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/ryanpcmcquen%2Fzippy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanpcmcquen%2Fzippy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanpcmcquen%2Fzippy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanpcmcquen%2Fzippy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanpcmcquen","download_url":"https://codeload.github.com/ryanpcmcquen/zippy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240964339,"owners_count":19885730,"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","hacktoberfest","vagrant"],"created_at":"2024-11-11T15:23:34.289Z","updated_at":"2026-05-06T15:35:33.359Z","avatar_url":"https://github.com/ryanpcmcquen.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"#ZIPPY\n---\nZippy is a practical application of Vagrant, Ansible, WP-CLI, and Capistrano-wp for portable auto-deployments.\n\nThe idea is a zero-to-hero LNMP stack running from vagrant up.\n\nOur original target was Ubuntu LTS releases, but due to a significant ram difference, as well as the ability to serve more concurrent users with a lower error rate and response time, is now Debian stable.\n\n---\n##Notes!\n---\n\n    :::text\n    ******************************************************\n    **        .--.       _________ __   __ __   __      **\n    **       |o_o |     /___  ___// /  / / \\ \\_/ /      **\n    **       |:_/ |        / /   / /__/ /   / _ \\       **\n    **      //   \\ \\      /_/   /______/   /_/ \\_\\      **\n    **     (|     | )    __   __            __   __     **\n    **    /'\\_   _/`\\   |__| |  |  \\    /  |_   |__|    **\n    **    \\___)=(___/   |    |__|   \\/\\/   |__  |\\      **\n    ******************************************************\n\nhttp://vagrantbox.es has a list of vagrant boxes available\n\nWe currently use our own custom box for local development:\n\n    :::text\n    https://bitbucket.org/roadsidemultimedia/zippy/downloads/zippy-wheezy64-lemp.box\n\nYou may run this command to add the box manually, but vagrant up will download and enable it for you:\n\n    :::text\n    vagrant box add wheezy64-lemp https://bitbucket.org/roadsidemultimedia/zippy/downloads/zippy-wheezy64-lemp.box\n\n\n\n###################\n\nYou need:\n\n- git\n- virtualbox + its extension pack\n- vagrant\n- ansible (you can install it with `pip install ansible`)\n\n\n\nCurrent command set to get rockin':\n\n    :::text\n    git clone git@github.com:ryanpcmcquen/zippy.git\n    cd zippy\n    ### unfortunately 'vagrant plugin install' can only take one argument  :-(\n    vagrant plugin install vagrant-vbguest\n    vagrant plugin install vagrant-digitalocean\n    vagrant plugin install vagrant-hostsupdater\n    \n    \n    ### zippy works with stable versions, but if you feel like testing things\n    ### and need to install a pre-release or different version, do it like so:\n    ### vagrant plugin install vagrant-vbguest --plugin-version 0.10.0.pre1 --plugin-source https://rubygems.org\n    \n    ## for local:\n    vagrant up local\n    \n    ## for staging:\n    vagrant up staging --provider=digital_ocean\n\n\n###################\n\n### Vagrant usage:\n\n- `vagrant up` only needs to be done once (unless you reboot)\n- use `vagrant provision` if changes are made to the ansible playbook(s)\n- use `vagrant reload` if changes are made to the `Vagrantfile`\n\nNote that vbguest may bark an error:\n\n    :::text\n    Installing the Window System drivers ...fail!\n    (Could not find the X.Org or XFree86 Window System.)\n    An error occurred during installation of VirtualBox Guest Additions ...\n\nThere is nothing to worry about though, as our server is headless (display server is not used).\n\n\nIf you are getting this error on Mac OS:\n\n    :::text\n    Progress state: NS_ERROR_FAILURE\n    VBoxManage: error: Failed to create the host-only adapter\n    VBoxManage: error: VBoxNetAdpCtl:\n    Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory\n\nTry running this:\n\n    :::text\n    sudo /Library/StartupItems/VirtualBox/VirtualBox restart\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanpcmcquen%2Fzippy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanpcmcquen%2Fzippy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanpcmcquen%2Fzippy/lists"}