Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-16 | updated post-install instructions in install-pixelated.sh | varac | |
2016-02-11 | re-add install-pixelated.sh to fix line endings for windows | varac | |
2016-02-11 | fix windows vagrant line ending issue | varac | |
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-11 | install pip before setuptools | Christoph Kluenter | |
pip is used to install setuptools. So use latest pip to install latest setuptools | |||
2015-11-10 | Split pip and setuptools upgrade | Reinaldo de Souza Jr | |
Fixes #518 | |||
2015-11-09 | pip also needs upgrade on install script | Victor Shyba | |
2015-05-23 | Adding undocumented feature on installer script | Victor Shyba | |
This option exists in install script code, but no instructions is given on help text. | |||
2015-05-23 | Adding info link about dependencies | Victor 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-12 | Use wheezy for vagrant source box #272 | varac | |
2015-02-11 | add comment about why we need to reinstall enum34 | varac | |
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-26 | related to #244, show correct venv path when its a custom one | Victor Shyba | |
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-20 | Fixed the arguments passing of the go script, setup with always unzip was ↵ | Bruno Wagner | |
not working because of it | |||
2015-01-16 | Install 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-12 | The install script now removes the virtualenv before creating the new one | Bruno Wagner | |
2014-12-24 | Bower is now run correctly as root, pip uninstall now uses -y so it won't ↵ | Bruno Wagner | |
ask for confirmation | |||
2014-12-23 | Added environment that was missing after translation to puppet | Bruno Wagner | |
2014-12-23 | Having trouble with enum when installing from pip | Duda Dornelles | |
2014-12-23 | Falling back to requirements.txt for now till we get soledad packages with ↵ | Duda Dornelles | |
PEP440 names | |||
2014-12-17 | Merge branch '197_improve_installation' | Patrick Maia | |
2014-12-17 | Adapted install script instructions. | Lisa Junger | |
2014-12-16 | Card #197 - small changes in installation instructions and scripts | Patrick Maia | |
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-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-20 | Updated readme and install-pixelated instructions | Bruno Wagner | |
2014-11-20 | Made install-pixelated script executable | Bruno Wagner | |
2014-11-19 | Removing cloning of the repo - assuming it already exists + update | Mircea Moise | |
README + disbled interactivity in the bower install + workaround gnupg issue | |||
2014-09-08 | adding gpg dependency check for install-pixelated.sh | Duda Dornelles | |
2014-09-08 | Adding web-ui build to automagical installation script | Duda Dornelles | |
2014-08-25 | Add copyright and license notice to install script | Alexandre Pretto Nunes | |
2014-08-22 | Update install-pixelated.sh | Duda Dornelles | |
fixing comment in install-pixelated.sh | |||
2014-08-22 | adding git as a dependency for install-pixelated.sh | Duda Dornelles | |
2014-08-22 | updating install-pixelated.sh | Duda Dornelles | |
2014-08-18 | adding install script | Duda Dornelles | |