kopia lustrzana https://github.com/wagtail/wagtail
Trim Ubuntu installation
Remove aptitude update - we don't have to manage their server setup - and recently-redundant coffeescript.pull/137/head
rodzic
6b97e90eb0
commit
00837af131
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue