mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 21:25:24 +08:00
Merge pull request #2612 from lazywei/installation_refine
Installation refine (REDO)
This commit is contained in:
@ -28,10 +28,15 @@ 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
|
||||
|
||||
> If the above installation is stuck, please use the following method instead ([detail](https://bugs.launchpad.net/ubuntu/+source/debconf/+bug/141601)):
|
||||
|
||||
> apt-get install postgresql-server^
|
||||
|
||||
> ### Configure the mail server:
|
||||
|
||||
> 
|
||||
|
Reference in New Issue
Block a user