Skip to content

TechEnterprises/ubuntu-dev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Ubuntu Dev This repository contains an ansible playbook that will turn your vanilla Ubuntu installation to be a pretty cool web development machine.

##Installation

  • Clone this repository.
  • Change user in ubuntu-dev.yml to your installing user.
  • Run ./ubuntu-dev.sh

You will need to type in your sudo password twice, once for the script execution (it makes sure git and ansible are installed), and then once again so that ansible can install it's packages.

##What's in it? The following roles exists within this playbook:

###web

  • apache2
  • nginx

###nodejs

  • nodejs
  • npm

###ruby

  • ruby
  • rubygems

###php

  • php5
  • php5-dev
  • php-pear
  • php5-intl
  • php5-ldap
  • php5-curl
  • php5-cli
  • php5-xdebug
  • php5-mysql
  • php5-json
  • composer

###mysql

  • mysql
  • MysqlWorkBench

###meteor

  • meteor
  • meteorite

###drupal

  • drush

###frontend

  • sass
  • compass
  • susy
  • aurora
  • grunt
  • gulp
  • bower

About

Sets up a vanilla installation of Ubuntu to be a full blown development machine. Configurable installation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 53.6%
  • PHP 46.4%