Giter Club home page Giter Club logo

ansible-ubuntu-vic's Introduction

ansible-ubuntu-vic

VMware VIC developer environment

Prepare

Create an Ubuntu 16.04 VM. Recommended minimum sizing is 2 vCPU and 4 GB RAM and 80 GB storage.

Tested on Ubuntu 16.04 Desktop and Ubuntu 16.04 Server.

This does not work on 18.04. See #1

Run

Run the following commands:

  1. Installs vim, emacs, development tools, docker, docker-compose, go, govc, drone cli, robot framework, delve, asciinema, Google Cloud SDK, cfssl, ShellCheck, changes shell to ZSH

    NOTE: Latest Docker client is installed by default. Use Docker Version Manager to install 1.13 client required for VIC Engine in Step 6

    curl -L https://raw.githubusercontent.com/andrewtchin/ansible-ubuntu-vic/master/ubuntu-vmware.sh | bash
  2. OPTIONAL install your dotfiles (a minimal zshrc from this repo is installed by default to ~/.zshrc)

  3. Log out and log back in

  4. Make sure you have forked the VIC repo on Github and added a SSH key to your Github account

  5. Add your Github SSH key to clone repos

    ssh-add ~/.ssh/id_rsa
  6. Clone development repos

    export GITHUB_USER=<Github username>
    bash <(curl -L https://raw.githubusercontent.com/andrewtchin/ansible-ubuntu-vic/master/vmware-repos.sh)
  7. Install Docker Client 1.13.0

     dvm install 1.13.0
  8. Optional: Install ovftool if desired. https://www.vmware.com/support/developer/ovf/

    chmod +x VMware-ovftool-4.2.0-4586971-lin.x86_64.bundle
    sudo ./VMware-ovftool-4.2.0-4586971-lin.x86_64.bundle 

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.