Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-29 | Issue #252: Now correct node_modules gets deleted and phantomjs is installed. | Folker Bernitt | |
2015-01-28 | Issue #252: Node modules are now installed in the box. | Folker Bernitt | |
- They are symlinked into /vagrant/web-ui/node_modules | |||
2015-01-28 | make the vagrant box smaller | Christoph Kluenter | |
we dd everything with zeroes. Then the disk can be made sparse. The image is 100M smaller now. Fixes #253 | |||
2015-01-26 | install haveged to have more entropy | Christoph Kluenter | |
the internet hasn't decided if its a good idea to use haveged on a virtual machine. But since this is for testing purposes anyway, its okay. First part of #244 | |||
2015-01-26 | Don't pin soledad versions. | Christoph Kluenter | |
2015-01-23 | Changed package command because it was breaking | Bruno Wagner | |
2015-01-23 | for #244, use /bin/activate on source | Victor Shyba | |
2015-01-23 | Issue #244: Provide build-hackday-box.sh build script. | Folker Bernitt | |
- To build a fresh hackday box, just run provisioning/build-hackday-box.sh | |||
2015-01-22 | Issue #244: Preparations for hackday vagrant image. | Folker Bernitt | |
- 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. | |||
2015-01-19 | install libsqlite3-dev for vagrant source box | varac | |
2015-01-19 | added Vagrantfile and provision scripts | varac | |
- 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 | |||
2015-01-12 | Removed old provision.sh now that puppet well | Bruno Wagner | |
2014-12-26 | Update README.md | Fábio Pio | |
Add information "tested using vagrant 1.7.1". | |||
2014-12-23 | Added environment that was missing after translation to puppet | Bruno Wagner | |
2014-12-23 | Removed timeout of install-pixelated stage | Bruno Wagner | |
2014-12-23 | Update README.md | Neissi Torres Lima | |
2014-12-22 | Vagrant box is now provisioned with puppet | Bruno Wagner | |
2014-12-16 | Card #197 - small changes in installation instructions and scripts | Patrick Maia | |
2014-12-16 | merge fixes from dispatcher/Docker file | Christoph Kluenter | |
it seems that these changes help with #191 | |||
2014-12-12 | Updated provision after removal of gemfile | Bruno Wagner | |
2014-12-10 | No more gemfiles (also means no more control tower for now). Will rewrite it ↵ | Duda Dornelles | |
eventually for node, i guess | |||
2014-12-09 | Added Dockerfile to build user agent from debian packages. | Folker Bernitt | |
2014-12-03 | Updated vagrant box because bower and bundle doesn't like to be run as root | Bruno Wagner | |
2014-12-02 | Updated vagrant box to have 1gb of RAM and to run rng-tools, so we can ↵ | Bruno Wagner | |
register users | |||
2014-11-25 | Update README.md | Bruno Wagner Gonçalves | |
Added vagrant ssh to instructions, because it wasn't clear | |||
2014-11-24 | Wording and script alterations | ackackack | |
Altered contents of: provision.sh - moved all apt-get's to a single line README.md - Edited lines to read a little better than before | |||
2014-11-21 | Revert "Hacknight exclusive commits" | Bruno Wagner | |
This reverts commit d935b7f0af4f7906090c6637fd36126bee0934f0. | |||
2014-11-20 | change readme for hacknight | Christoph Kluenter | |
2014-11-19 | Added vagrantfile and provisioning scripts so the service can be run inside ↵ | Mircea Moise | |
a vagrant box |