Giter Site home page Giter Site logo

dev-env's Introduction

Build Status

Development Environment for Humans

This repository should help you to quickly setup a clean development environment based on Ubuntu 16.04 LTS on your machine.

Before Starting

Download Ubuntu 16.04 LTS 64bit from ubuntu.com and install it on your machine.

Git is the only requirement needed, so go ahead and install it via sudo apt-get install -y git.

Getting started

First, clone the dev-env repository to your machine to the ~/.dev-env directory. Then you can run the setup script, which will install Python, Pip and Ansible. It will also link the run.sh file to the dev-env command.

git clone [email protected]:chaosmail/dev-env.git ~/.dev-env
sh ~/.dev-env/scripts/setup.sh

Installing, updating and configuring your Environment

After running the above setup script, you can automatically install and configure all your development applications with Ansible by running the dev-env command from the terminal.

What's included?

At the moment, following packages will be automatically installed and configured:

  • common: curl, gcc, nmap, wget, make, git, openssl
  • chromium: installation
  • dropbox: installation
  • docker: installation
  • encfs: installation
  • filezilla: installation
  • java: installation (Open JDK/JRE 8 and 9)
  • keepassx: installation
  • nautilus: configuration open in terminal
  • nodejs: installation and install npm packages (define in group_vars/all.yml)
  • python: python3, pip3 and python packages (define in group_vars/all.yml)
  • ruby: installation and ruby gems (define in group_vars/all.yml)
  • skype: installation and unity wrapper
  • spotify: installation
  • sublime: installation, package manager and popular packages (define in group_vars/all.yml)
  • vagrant: installation
  • vscode: installation

These package are included in this repository and can be added if needed:

  • packer: installation
  • virtualbox: installation

Development

To debug the configuration you can simply add the tags: debug statement to a tasks and then call the following command to execute these tasks.

cd ~/.dev-env
ansible-playbook $DIR/playbooks/main.yml -i hosts --ask-sudo-pass --tags debug

dev-env's People

Contributors

chaosmail avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.