Skip to content

Latest commit

 

History

History
62 lines (57 loc) · 1.42 KB

README.md

File metadata and controls

62 lines (57 loc) · 1.42 KB

Custom Ansible Vagrant

Requirements

Installation

Clone this repository

$ git clone git@github.com:albertcolom/custom-ansible-vagrant.git

Add domain in hosts

$ echo "10.10.10.10 web.dev >> /etc/hosts"

run vagrant (for the first time it should take up to 20-30 min)

$ vagrant up

Virtual Machine

  • OS: Ubuntu (trusty64)
  • Name: local.web
  • Memory (RAM): 2048MB
  • CPUs: 1
  • Network: 10.10.10.10

Installed components

  • Apache 2
  • PHP 5.6
  • MySQL
  • Elasticsearch
  • ElasticHQ
  • Nodejs
  • APC
  • Memcached
  • CodeSniffer
  • Symfony installer
  • Composer (Globally)
  • Adminer
  • Vim
  • Git
  • Htop
  • Python-pip
  • Curl
  • Sendmail
  • Unzip
  • Tmux
  • Zsh (Default shell)
  • Figlet
  • Openjdk-7-jdk
  • Httpie
  • Npm
  • Imagemagick

Links