Skip to content

Instantly share code, notes, and snippets.

@rnix
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rnix/79def1cf1af11fdb5371 to your computer and use it in GitHub Desktop.
Save rnix/79def1cf1af11fdb5371 to your computer and use it in GitHub Desktop.
Vagrantfile bootstrap
#!/bin/bash
apt-get update -qy
apt-get install -qy python g++ make curl git build-essential software-properties-common python-software-properties
#!/bin/bash
apt-get update -qy
apt-get install -qy python g++ make curl git build-essential software-properties-common python-software-properties
add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable
add-apt-repository -y ppa:chris-lea/node.js
apt-get -y update
apt-get install -qy gcc g++ bison flex perl tcl-dev tk-dev blt nodejs libv8-dev libxslt1-dev
apt-get install -qy python-dev postgresql-client-9.3 graphviz-dev unzip openjdk-7-jre-headless
apt-get install -qy libxml2-dev zlib1g-dev default-jre doxygen graphviz libwebkitgtk-1.0-0
apt-get install -qy openmpi-bin libopenmpi-dev libpcap-dev autoconf automake libtool
apt-get install -qy libproj0 libproj-dev gdal-bin libgdal-dev libgdal1-dev libfox-1.6-dev libgdal-dev
curl -Ls 'https://storage.googleapis.com/golang/go1.3.1.linux-amd64.tar.gz' | tar -C /usr/local -xz
curl -L 'https://raw.github.com/pypa/pip/master/contrib/get-pip.py' | python
pip install virtualenv uwsgi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment