mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-04 05:24:45 +00:00
Trim Ubuntu installation
Remove aptitude update - we don't have to manage their server setup - and recently-redundant coffeescript.
This commit is contained in:
parent
6b97e90eb0
commit
00837af131
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue