mirror of
https://github.com/discourse/discourse.git
synced 2025-04-11 08:32:55 +08:00
Add requirement for Ubuntu >= 12.10 in bench.rb
This commit is contained in:
parent
ab20d0aa10
commit
7b402442f2
@ -63,7 +63,7 @@ def prereqs
|
|||||||
puts "Be sure to following packages are installed:
|
puts "Be sure to following packages are installed:
|
||||||
|
|
||||||
sudo tasksel install postgresql-server
|
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
|
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
|
||||||
|
|
||||||
sudo apt-add-repository -y ppa:rwky/redis
|
sudo apt-add-repository -y ppa:rwky/redis
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user