Coder Social home page Coder Social logo

mech's Introduction

mech

I made this because I don't like VirtualBox and I wanted to use vagrant with VMWare Fusion but was too cheap to buy the Vagrant plugin.

https://blog.kchung.co/mech-vagrant-with-vmware-integration-for-free/

Usage is pretty straightforward:

Usage: mech [options] <command> [<args>...]

Options:
    -v, --version                    Print the version and exit.
    -h, --help                       Print this help.
    --debug                          Show debug messages.

Common commands:
    init              initializes a new mech environment by creating a mechfile
    destroy           stops and deletes all traces of the mech machine
    (up|start)        starts and provisions the mech environment
    (down|stop|halt)  stops the mech machine
    suspend           suspends the machine
    pause             pauses the mech machine
    ssh               connects to machine via SSH
    scp               copies files to and from the machine via SCP
    ip                outputs ip of the mech machine
    box               manages boxes: installation, removal, etc.
    (status|ps)       outputs status mech environments for this user
    provision         provisions the mech machine
    reload            restarts mech machine, loads new mechfile configuration
    resume            resume a paused/suspended mech machine
    snapshot          manages snapshots: saving, restoring, etc.
    port              displays information about guest port mappings
    push              deploys code in this environment to a configured destination

For help on any individual command run `mech <command> -h`

Example:

    Initialize and use a FreeBSD instance with a machine from HashiCorp's Vagrant Cloud:

        mech init freebsd/FreeBSD-11.1-RELEASE
        mech up
        mech ssh

    Initialize and use an Ubuntu instance with a machine from HashiCorp's Vagrant Cloud:
        mech init bento/ubuntu-14.04
        mech up
        mech ssh

mech init can be used to pull a box file which will be installed and generate a mechfile in the current directory. You can also pull boxes from Vagrant Cloud with mech init freebsd/FreeBSD-11.1-RELEASE. Barring that, mech up <name> can also be used to specify a vmx file to start.

Install

pip install git+https://github.com/Kronuz/mech.git

Shared Folders

If the box you init was created properly, you will be able to access the host's current working directory in /mnt/hgfs/mech. If you are having trouble try running:

sudo apt-get install linux-headers-$(uname -r)
sudo vmware-config-tools.pl

mech's People

Contributors

kronuz avatar coldheat avatar

Watchers

 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.