http://git.j8810kkw.i2p/j8810kkw/tube/commit/e6e49ca69de8c8a1e38b043169bd402c278fb42c
This installs Sandstorm using # the bundled installer. config . vm . provision " shell " , inline : " sudo bash /opt/app/.sandstorm/global-setup.sh " , keep_color : true # Then, do stack-specific and app-specific setup. config . vm . provision " shell " , inline : " sudo bash /opt/app/.sandstorm/setup.sh " , keep_color : true # Shared folders are configured per-provider since vboxsf can't handle >4096 open files, # NFS requires privilege escalation every time you bring a VM up, # and 9p is...