Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.42 KB

WindowsMacOS_install.md

File metadata and controls

54 lines (31 loc) · 1.42 KB

Devchain User Group Environment Repository

This page describes the steps for the installation on Windows / OSX

Windows / OSX

For non Linux systems we use Vagrant to provide full environment to operate Docker containers. Vagrant will automatically setup a virtual machine for you.

  1. Install Vagrant

  2. Install Virtualbox

  3. And for Windows user install Cmder > Downloads full

  4. In your terminal (or cmder) go on the Devchain dedicated folder. Checkout this repository (it's possible your MacBook ask you to install Xcode, just do it)

     git clone https://github.com/DevchainUserGroup/environment.git
    
  5. Check you have 10 Go spaces on your drive.

  6. Run the Vagrant image:

     cd ./environment/vagrant
     vagrant up
    
  7. Connect to the VM

     vagrant ssh
    

Update VM Vagrant image

  1. Remove the VM Vagrant image:

    1. Connect to the VirtualBox Manager
    2. Select the devchain-vm VM
    3. Go to menu "Machine > Close > Power Off"
    4. Go to menu "Machine > Remove > Delete all files"
  2. Incorporates changes from the DevchainUserGroup repository

     git pull https://github.com/DevchainUserGroup/environment.git
    
  3. Check you have 10 Go spaces on your drive.

  4. Run the Vagrant image:

     cd ./environment/vagrant
     vagrant up
    

License

Copyright 2017 - Dechain User Group Apache License (./LICENSE.txt)[./LICENSE.txt]