summaryrefslogtreecommitdiffstats
path: root/go/t/docker/dockertest/deploy
blob: a4072ebbc49c93fe722e378809470b7eb71d6851 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list
apt-get update
apt-get -y install redis-server nodejs npm
npm config set registry http://registry.npmjs.org/
cd /krebs/go
npm install
HOSTN=go PORT=80 URI_PREFIX=http://go node .