summaryrefslogtreecommitdiff
path: root/install-pixelated.sh
AgeCommit message (Collapse)Author
2017-06-01Revert "Remove old unused files"Tayane Fernandes
This reverts commit 6c52f7a01a0067a1638fd8d64fb7e3030f9b0506.
2017-05-29Remove old unused filesvarac
2017-05-10Remove a unused provider urlTayane Fernandes
2017-01-13Fix js setup for vagrantTulio Casagrande
2016-12-07Fix out of memory errors and problems with older node versions that stopped ↵Ola Bini
vagrant from working
2016-07-13fix installation of node_modulesChristoph Kluenter
at least phantomjs-prebuilt has issues if the node_modules dir is a symbolic link. Which is the case inside vagrant. See #751
2016-02-16updated post-install instructions in install-pixelated.shvarac
2016-02-11re-add install-pixelated.sh to fix line endings for windowsvarac
2016-02-11fix windows vagrant line ending issuevarac
where executing a mounted script in vagrant fails due to a '^M' special char at the end of each line see https://github.com/pixelated/pixelated-user-agent/issues/600#issuecomment-182306301
2015-11-11install pip before setuptoolsChristoph Kluenter
pip is used to install setuptools. So use latest pip to install latest setuptools
2015-11-10Split pip and setuptools upgradeReinaldo de Souza Jr
Fixes #518
2015-11-09pip also needs upgrade on install scriptVictor Shyba
2015-05-23Adding undocumented feature on installer scriptVictor Shyba
This option exists in install script code, but no instructions is given on help text.
2015-05-23Adding info link about dependenciesVictor Shyba
For contributors trying the manual installation.
2015-04-23#329 Disabled stop script when a command return non-zero for print the ↵Jefferson Stachelski
warning when are missing same prequiremets and then enable it again
2015-02-12#272 upgrade setuptools before installing dependencies on install-pixelated, ↵Duda Dornelles
otherwise on a wheezy box errors will happen when installing dependencies
2015-02-12#272 reinstalling pysqlcipher on install-pixelated so that it gets ↵Duda Dornelles
recompiled with the right version of glibc (required for wheezy and just safier to do that for other systems)
2015-02-12Use wheezy for vagrant source box #272varac
2015-02-11add comment about why we need to reinstall enum34varac
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-26related to #244, show correct venv path when its a custom oneVictor Shyba
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-20Fixed the arguments passing of the go script, setup with always unzip was ↵Bruno Wagner
not working because of it
2015-01-16Install pixelated now uses ./go setup (so if we change the way we do do ↵Bruno Wagner
setup, we won't have to change the install script)
2015-01-12The install script now removes the virtualenv before creating the new oneBruno Wagner
2014-12-24Bower is now run correctly as root, pip uninstall now uses -y so it won't ↵Bruno Wagner
ask for confirmation
2014-12-23Added environment that was missing after translation to puppetBruno Wagner
2014-12-23Having trouble with enum when installing from pipDuda Dornelles
2014-12-23Falling back to requirements.txt for now till we get soledad packages with ↵Duda Dornelles
PEP440 names
2014-12-17Merge branch '197_improve_installation'Patrick Maia
2014-12-17Adapted install script instructions.Lisa Junger
2014-12-16Card #197 - small changes in installation instructions and scriptsPatrick Maia
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-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-20Updated readme and install-pixelated instructionsBruno Wagner
2014-11-20Made install-pixelated script executableBruno Wagner
2014-11-19Removing cloning of the repo - assuming it already exists + updateMircea Moise
README + disbled interactivity in the bower install + workaround gnupg issue
2014-09-08adding gpg dependency check for install-pixelated.shDuda Dornelles
2014-09-08Adding web-ui build to automagical installation scriptDuda Dornelles
2014-08-25Add copyright and license notice to install scriptAlexandre Pretto Nunes
2014-08-22Update install-pixelated.shDuda Dornelles
fixing comment in install-pixelated.sh
2014-08-22adding git as a dependency for install-pixelated.shDuda Dornelles
2014-08-22updating install-pixelated.shDuda Dornelles
2014-08-18adding install scriptDuda Dornelles