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

rhelmer/emscripten-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published