{"id":13753235,"url":"https://github.com/antonioribeiro/dev-box","last_synced_at":"2025-04-23T08:44:34.256Z","repository":{"id":9957703,"uuid":"11979011","full_name":"antonioribeiro/dev-box","owner":"antonioribeiro","description":"Development Box Provisioning in Ansible","archived":false,"fork":false,"pushed_at":"2017-05-28T04:47:46.000Z","size":344,"stargazers_count":39,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-29T23:11:27.584Z","etag":null,"topics":["ansible","developer-tools","devops","linux"],"latest_commit_sha":null,"homepage":"","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/antonioribeiro.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":"2013-08-08T14:57:58.000Z","updated_at":"2025-03-19T00:56:34.000Z","dependencies_parsed_at":"2022-09-12T11:52:49.673Z","dependency_job_id":null,"html_url":"https://github.com/antonioribeiro/dev-box","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/antonioribeiro%2Fdev-box","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonioribeiro%2Fdev-box/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonioribeiro%2Fdev-box/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonioribeiro%2Fdev-box/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antonioribeiro","download_url":"https://codeload.github.com/antonioribeiro/dev-box/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250401016,"owners_count":21424495,"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","developer-tools","devops","linux"],"created_at":"2024-08-03T09:01:18.806Z","updated_at":"2025-04-23T08:44:34.236Z","avatar_url":"https://github.com/antonioribeiro.png","language":"Shell","funding_links":[],"categories":["linux"],"sub_categories":[],"readme":"[dev-box](https://github.com/antonioribeiro/dev-box)\n============================================================\n\nAn Ubuntu Development Box Provisioner in [Ansible](http://www.ansibleworks.com/docs/intro_installation.html).\n----------------------------------------------------------------------------------\n\nThis set Ansible of roles are made to install a complete development Linux box with services and tools focused on [PHP](http://php.net/) and [Composer Packages](https://getcomposer.org/), but it can easily be extended.\n\nEvery single role is optional, you can select what you need to install, per box, in your hosts file.\n\n### What's In The Box?\n\n* [NGINX](http://nginx.org/) (default)\n* [NGINX Server Configs](https://github.com/h5bp/server-configs-nginx)\n* [Apache 2](http://httpd.apache.org/)\n* [PHP](http://php.net/) (5.4, 5.5 or 5.6)\n* [HHVM](http://hhvm.com/) \u0026 Hack\n* [Composer](http://getcomposer.org/)\n* [Laravel](http://laravel.com/) (Installer \u0026 1st site available at `http://laravel.dev`)\n* [Artisan Anywhere](https://github.com/antonioribeiro/artisan-anywhere)\n* [PHPUnit](https://github.com/sebastianbergmann/phpunit)\n* [PhpSpec](https://github.com/phpspec/phpspec)\n* [Codeception](https://github.com/codeception/codeception)\n* [Selenium + Firefox](https://code.google.com/p/selenium/)\n* [PhantomJS](http://phantomjs.org/)\n* [XDebug](http://xdebug.org/)\n* [Memcached](http://memcached.org/)\n* [Redis](http://redis.io/) + [Redis Commander](https://github.com/nearinfinity/redis-commander)\n* [PostgreSQL](http://www.postgresql.org/)\n* [phpPgAdmin](http://phppgadmin.sourceforge.net/doku.php)\n* [MySQL](http://www.mysql.com/)\n* [phpMyAdmin](http://www.phpmyadmin.net/)\n* [Beanstalkd](http://kr.github.io/beanstalkd/) + [Beanstalkd Console](https://github.com/ptrofimov/beanstalk_console)\n* [Supervisor](http://supervisord.org/) ([supervisor docs](/docs/apps/supervisor.md))\n* [NodeJS](http://nodejs.org/)\n* [gulp.js](http://gulpjs.com/)\n* [Bower](http://bower.io/)\n* [Grunt](http://gruntjs.com/)\n* [Fabric](http://fabfile.org/)\n* [Docker](http://www.docker.io/)\n* [xhgui](https://github.com/perftools/xhgui)\n* [Bittorrent Sync](http://www.bittorrent.com/sync/)\n* [Oracle Java](https://www.oracle.com/java/)\n* [Webmin](http://www.webmin.com/)\n* [Squid Cache](http://www.squid-cache.org/)\n* [ZSH](http://www.zsh.org/)\n* [PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer)\n* [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer)\n* [A huge set of aliases](https://github.com/antonioribeiro/dev-box/blob/master/roles/common/templates/aliases.sh.tpl)\n* [Linux Swap Memory](https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-ubuntu-12-04)\n\n### Requirements\n\n* Ubuntu (tested on 14.04)\n* Ansible 1.7+\n\n\n### Installing\n\n1. [Install Ansible](/docs/InstallAnsible.md) locally on your Workstation\n2. [Clone this repository](/docs/CloneRepository.md)\n3. Install [Virtualbox](https://www.virtualbox.org/) or any other virtualization system\n4. [Install Ubuntu on a Virtual Machine](/docs/InstallOS.md)\n5. [Configure packages, usernames and passwords](/docs/ConfigurePlaybook.md)\n6. [Create and/or copy a SSH Key to the box](/docs/CopySSHKey.md)\n7. [Deploy your development box](/docs/DeployBox.md)\n8. [Test your stuff](/docs/DeployBox.md)\n\n\n### Installation Time\n\nThe estimated installation time for a virtual machine with 3000MB of memory and 4 processors, running Ubuntu Server 13.10 under an Intel Core i7 960:\n\n**~16 minutes**\n\n\n### Realy, what's In The Box? TL;DR\n\n[Here's a complete list of what's installed in your box](/docs/WhatsInTheBox.md)\n\n\n### Contributing\n\nPull requests and issues are more than welcome.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantonioribeiro%2Fdev-box","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantonioribeiro%2Fdev-box","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantonioribeiro%2Fdev-box/lists"}