summaryrefslogtreecommitdiff
path: root/provisioning
AgeCommit message (Collapse)Author
2015-04-28Removed hackday vagrant while cleaning up the vagrantfileBruno Wagner
2015-03-13Removed commented out lines from Dockerfile.Folker Bernitt
- Issue #322
2015-03-13Enable utf-8 locale in user agent.Folker Bernitt
- Fix missing imports - Issues #322, #319, #313
2015-03-13Ensure locales package is installed.Folker Bernitt
- Issue #322
2015-03-13Set locale to UTF-8 in docker context.Folker Bernitt
- Issue #322
2015-02-12Bower always uses node_modules and added LC_ALL for the compass compile to workBruno Wagner
2015-02-12Use wheezy for vagrant source box #272varac
2015-02-11(Re-)added auto setup of vagrant ssh.Folker Bernitt
- Issues #282, #252
2015-02-10for #282 not running ./go setup as part of activate_custom_node_modulesDuda Dornelles
Withot this fix we would run ./go setup everytime the user does vagrant ssh. Running that should be a user option and not enforced like that.
2015-02-10Rephrased some things on the README and removed the provision README as its ↵Bruno Wagner
contents are already on the main README now
2015-02-10Depend on python-requests from wheezy-backports #279varac
2015-02-10moved wheezy-backports sources to dedicated file, see #278varac
2015-02-09#278 adding wheezy-backports repo to deb vagrant sources listDuda Dornelles
2015-02-09Fix debian package dependencies in Vagrant deb box when using wheezy #278Patrick Maia
2015-02-05#270 Added the debian backport for use the last version of python-sqlcipherJefferson
2015-02-04updated leap_archive_keyvarac
2015-02-04Fixing setupjsNeissi Torres Lima
2015-01-30#258 no need to install pysqlcipher from pip to build docker anymoreDuda Dornelles
2015-01-29source correct virtualenvChristoph Kluenter
this was a cut'n'paste error
2015-01-29run some more stuff on first loginChristoph Kluenter
we need to build the css,js bower packages on login because its not contained in the image
2015-01-29run setup py on loginChristoph Kluenter
we need to create some egg files for the user-agent before everything works
2015-01-29don't timeout if download of phantomjs is slowChristoph Kluenter
2015-01-29Issue #252: Now correct node_modules gets deleted and phantomjs is installed.Folker Bernitt
2015-01-28Issue #252: Node modules are now installed in the box.Folker Bernitt
- They are symlinked into /vagrant/web-ui/node_modules
2015-01-28make the vagrant box smallerChristoph Kluenter
we dd everything with zeroes. Then the disk can be made sparse. The image is 100M smaller now. Fixes #253
2015-01-26install haveged to have more entropyChristoph 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-26Don't pin soledad versions.Christoph Kluenter
2015-01-23Changed package command because it was breakingBruno Wagner
2015-01-23for #244, use /bin/activate on sourceVictor Shyba
2015-01-23Issue #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-22Issue #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-19install libsqlite3-dev for vagrant source boxvarac
2015-01-19added Vagrantfile and provision scriptsvarac
- 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-12Removed old provision.sh now that puppet wellBruno Wagner
2014-12-26Update README.mdFábio Pio
Add information "tested using vagrant 1.7.1".
2014-12-23Added environment that was missing after translation to puppetBruno Wagner
2014-12-23Removed timeout of install-pixelated stageBruno Wagner
2014-12-23Update README.mdNeissi Torres Lima
2014-12-22Vagrant box is now provisioned with puppetBruno Wagner
2014-12-16Card #197 - small changes in installation instructions and scriptsPatrick Maia
2014-12-16merge fixes from dispatcher/Docker fileChristoph Kluenter
it seems that these changes help with #191
2014-12-12Updated provision after removal of gemfileBruno Wagner
2014-12-10No more gemfiles (also means no more control tower for now). Will rewrite it ↵Duda Dornelles
eventually for node, i guess
2014-12-09Added Dockerfile to build user agent from debian packages.Folker Bernitt
2014-12-03Updated vagrant box because bower and bundle doesn't like to be run as rootBruno Wagner
2014-12-02Updated vagrant box to have 1gb of RAM and to run rng-tools, so we can ↵Bruno Wagner
register users
2014-11-25Update README.mdBruno Wagner Gonçalves
Added vagrant ssh to instructions, because it wasn't clear
2014-11-24Wording and script alterationsackackack
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-21Revert "Hacknight exclusive commits"Bruno Wagner
This reverts commit d935b7f0af4f7906090c6637fd36126bee0934f0.
2014-11-20change readme for hacknightChristoph Kluenter