Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthree18ti <three18ti@gmail.com>2012-07-31 01:42:40 +0400
committerthree18ti <three18ti@gmail.com>2012-07-31 01:42:40 +0400
commit6b77d926029104e39a4a01fd247086b79dfb4df8 (patch)
tree5ce6e29e64d057358a6a394f80545cbc31b21984 /doc/installation.md
parent4b18f4c485d5da0fdb46326ee86089c596a208f4 (diff)
changed install script and docs to use postfix instead of sendmail
Diffstat (limited to 'doc/installation.md')
-rw-r--r--doc/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md
index d59f42499a4..f793dcfe7a9 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -60,7 +60,7 @@ Also read the [Read this before you submit an issue](https://github.com/gitlabhq
sudo apt-get update
sudo apt-get upgrade
- sudo apt-get install -y wget curl gcc checkinstall libxml2-dev libxslt-dev sqlite3 libsqlite3-dev libcurl4-openssl-dev libreadline6-dev libc6-dev libssl-dev libmysql++-dev make build-essential zlib1g-dev libicu-dev redis-server openssh-server git-core python-dev python-pip libyaml-dev sendmail
+ sudo apt-get install -y wget curl gcc checkinstall libxml2-dev libxslt-dev sqlite3 libsqlite3-dev libcurl4-openssl-dev libreadline6-dev libc6-dev libssl-dev libmysql++-dev make build-essential zlib1g-dev libicu-dev redis-server openssh-server git-core python-dev python-pip libyaml-dev postfix
# If you want to use MySQL:
sudo apt-get install -y mysql-server mysql-client libmysqlclient-dev