Age | Commit message (Collapse) | Author |
|
vagrant from working
|
|
This change is based on official node instructions.
|
|
|
|
|
|
Changed to jessie backports as we are using that now.
Also adapted the nodejs_legacy package calls to nodejs,
that's the name of the package on jessie
|
|
|
|
|
|
|
|
- To use it, do these steps:
build the box:
vagrant destroy && vagrant up source
vagrant package --output hackday-user-agent.box source
use the box:
vagrant box add hackday-user-agent hackday-user-agent.box
vagrant up hackday
vagrant ssh hackday
Scripts will be provided with next commit.
|
|
- use leap jessie boxes for now
- remove rng-tools hack that speeded up key generation from Vagrant provisioning
we don't want to generate weak keys, even when it takes longer
- set source box as default for 'vagrant up'
- properly override vm.box_url for different providers
|