Trim Ubuntu installation

Remove aptitude update - we don't have to manage their server setup - and recently-redundant coffeescript.
pull/137/head
Tom Dyson 2014-03-04 17:23:42 +00:00
rodzic 6b97e90eb0
commit 00837af131
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -25,13 +25,12 @@ fi
echo "Please come back in a few minutes, when we'll need you to create an admin account."
sleep 5
aptitude update
aptitude -y install git python-pip nginx postgresql redis-server
aptitude -y install postgresql-server-dev-all python-dev libxml2-dev libxslt-dev libjpeg62-dev
aptitude -y install npm
ln -s /usr/bin/nodejs /usr/bin/node
npm install -g coffee-script less
npm install -g less
perl -pi -e "s/^(local\s+all\s+postgres\s+)peer$/\1trust/" /etc/postgresql/9.1/main/pg_hba.conf
service postgresql reload