{"id":17095477,"url":"https://github.com/cosanca/fosterbox-build-script","last_synced_at":"2026-04-13T15:31:39.016Z","repository":{"id":82357968,"uuid":"102159279","full_name":"CosAnca/fosterbox-build-script","owner":"CosAnca","description":"The script used for building Fosterbox Vagrant box","archived":false,"fork":false,"pushed_at":"2017-09-01T23:30:58.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T23:31:01.292Z","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/CosAnca.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-01T23:08:41.000Z","updated_at":"2017-09-01T23:30:59.000Z","dependencies_parsed_at":"2023-03-03T01:15:43.480Z","dependency_job_id":null,"html_url":"https://github.com/CosAnca/fosterbox-build-script","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/CosAnca%2Ffosterbox-build-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CosAnca%2Ffosterbox-build-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CosAnca%2Ffosterbox-build-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CosAnca%2Ffosterbox-build-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CosAnca","download_url":"https://codeload.github.com/CosAnca/fosterbox-build-script/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245143990,"owners_count":20568049,"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-14T14:42:53.037Z","updated_at":"2026-04-13T15:31:33.964Z","avatar_url":"https://github.com/CosAnca.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fosterbox\n\nA bare-bones minimal but powerful LEMP local dev environment for Vagrant.\n\n## Built with:\n\n* Ubuntu 16.04\n* PHP 7\n* MySQL 5.7\n* NGINX\n\n## Includes:\n\n* Base and common useful PHP modules\n* PHP-Unit\n* Composer\n* Beanstalkd\n* WP-CLI\n* NGROK\n* Memcached\n* MailHog\n\n## Building the box:\n\n#### 1. Run the Vagrant machine.\n\n```zsh\nvagrant up\n```\n\nThis process will take as long as it needs to setup the entire box configuration.\n\n#### 2. Package it up.\n\nAfter it's done, SSH into the box and make sure things are working. Once you properly do QA, you're ready to package the box.\n\nTo package the box, we're going to run a few commands.\n\n```zsh\n# SSH into the box\nvagrant ssh\n# \"Zero it out\" (make it small as possible)\nsudo dd if=/dev/zero of=/EMPTY bs=1M\nsudo rm -f /EMPTY\n# Clear APT cache (make it smaller)\nsudo apt-get autoremove\nsudo apt-get clean\n# Delete bash history and exit\ncat /dev/null \u003e ~/.bash_history \u0026\u0026 history -c \u0026\u0026 exit\n# Stop the box\nvagrant halt\n# Package the box with Vagrant\nvagrant package --output fosterbox.box\n# Add the box to your vagrant!\nvagrant box add fosterbox fosterbox.box\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosanca%2Ffosterbox-build-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcosanca%2Ffosterbox-build-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosanca%2Ffosterbox-build-script/lists"}