This page describes the steps for the installation on 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.
-
Install Vagrant
-
Install Virtualbox
-
And for Windows user install Cmder > Downloads full
-
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
-
Check you have 10 Go spaces on your drive.
-
Run the Vagrant image:
cd ./environment/vagrant vagrant up
-
Connect to the VM
vagrant ssh
-
Remove the VM Vagrant image:
- Connect to the VirtualBox Manager
- Select the devchain-vm VM
- Go to menu "Machine > Close > Power Off"
- Go to menu "Machine > Remove > Delete all files"
-
Incorporates changes from the DevchainUserGroup repository
git pull https://github.com/DevchainUserGroup/environment.git
-
Check you have 10 Go spaces on your drive.
-
Run the Vagrant image:
cd ./environment/vagrant vagrant up
Copyright 2017 - Dechain User Group Apache License (./LICENSE.txt)[./LICENSE.txt]