Merge pull request #2612 from lazywei/installation_refine

Installation refine (REDO)
This commit is contained in:
Sam
2014-08-01 09:04:15 +10:00
2 changed files with 9 additions and 1 deletions

View File

@@ -62,8 +62,11 @@ end
def prereqs
puts "Be sure to following packages are installed:
sudo apt-get -y install build-essential libssl-dev libyaml-dev git libtool libxslt-dev libxml2-dev libpq-dev gawk curl pngcrush python-software-properties software-properties-common tasksel
sudo tasksel install postgresql-server
sudo apt-get -y install build-essential libssl-dev libyaml-dev git libtool libxslt-dev libxml2-dev libpq-dev gawk curl pngcrush python-software-properties
OR
apt-get install postgresql-server^
sudo apt-add-repository -y ppa:rwky/redis
sudo apt-get update