Vagrant with Ubuntu (outdated)

Credits

Original from: edwint88

Go give him a star!

Prerequisites

  1. Obtain & Install Vagrant from the Official Source
  2. Obtain & Install VirtualBox from the Official Source
  3. Reboot

Installation

git clone https://github.com/edwint88/plutus-vm plutus-vm
cd plutus-vm/vagrant/
vagrant up
vagrant ssh
cd /home/vagrant/plutus/git/plutus
nix-shell
cd plutus-playground-client
plutus-playground-server
cd /home/vagrant/plutus/git/plutus
nix-shell
cd plutus-playground-client
npm run start

Update and recompile Plutus-playground for a running VM

Go to cd /home/vagrant/plutus/git/plutus => run git pull => run update /bin/bash ../updatePlutus.sh

Tips & Tricks

Credits

Original from: edwint88

Go give him a star!