Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (21 loc) · 689 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 689 Bytes

This project will use http://vagrantup.com and http://puppetlabs.com to install a complete https://github.com/kripken/emscripten/ environment in a local http://virtualbox.org/ VM.


INSTALL

  1. Install the latest Virtualbox from http://www.virtualbox.org/

  2. Install vagrant from http://vagrantup.com/

  3. build VM and provision with puppet

$ vagrant up

  1. Enjoy your Emscripten environment!

Here are some common vagrant operations:

SSH into your VM (emscripten is checked out in ~vagrant/src/emscripten):

$ vagrant ssh

Re-run puppet

$ vagrant provision

Reboot VM and re-run puppet

$ vagrant reload

Destroy VM and rebuild from scratch

$ vagrant destroy

$ vagrant up