mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
Install tasksel before using it.
This commit is contained in:
parent
7b402442f2
commit
87c63f290e
2 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@ We only support Docker based installs now. Please see [our **official install gu
|
|||
|
||||
> # Run these commands as your normal login (e.g. "michael")
|
||||
> sudo apt-get update && sudo apt-get -y upgrade
|
||||
> sudo apt-get install tasksel
|
||||
> sudo tasksel install openssh-server
|
||||
> sudo tasksel install mail-server
|
||||
> sudo tasksel install postgresql-server
|
||||
|
|
|
@ -62,8 +62,8 @@ 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 software-properties-common
|
||||
|
||||
sudo apt-add-repository -y ppa:rwky/redis
|
||||
sudo apt-get update
|
||||
|
|
Loading…
Reference in a new issue