From c5b826c685df89719642996413fc0f6fafa6b3d0 Mon Sep 17 00:00:00 2001 From: Hunchul Park Date: Sun, 24 Nov 2013 19:07:00 +0900 Subject: [PATCH] Fix Typos --- doc/update/5.1-to-5.4.md | 4 ++-- doc/update/5.1-to-6.0.md | 4 ++-- doc/update/5.2-to-5.3.md | 4 ++-- doc/update/5.3-to-5.4.md | 4 ++-- doc/update/5.4-to-6.0.md | 4 ++-- doc/update/6.0-to-6.1.md | 4 ++-- doc/update/6.0-to-6.2.md | 4 ++-- doc/update/6.1-to-6.2.md | 4 ++-- doc/update/6.2-to-6.3.md | 4 ++-- doc/update/patch_versions.md | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/doc/update/5.1-to-5.4.md b/doc/update/5.1-to-5.4.md index 3061507f6a6..ff9d091e5c5 100644 --- a/doc/update/5.1-to-5.4.md +++ b/doc/update/5.1-to-5.4.md @@ -39,10 +39,10 @@ sudo -u git -H git checkout v1.7.9 # Addresses multiple critical security vulner ```bash cd /home/git/gitlab -# MySQL +# PostgreSQL sudo -u git -H bundle install --without development test postgres --deployment -#PostgreSQL +# MySQL sudo -u git -H bundle install --without development test mysql --deployment sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production diff --git a/doc/update/5.1-to-6.0.md b/doc/update/5.1-to-6.0.md index 53a3c645241..8f3310cbab6 100644 --- a/doc/update/5.1-to-6.0.md +++ b/doc/update/5.1-to-6.0.md @@ -62,10 +62,10 @@ sudo apt-get install python-docutils ```bash cd /home/git/gitlab -# MySQL +# PostgreSQL sudo -u git -H bundle install --without development test postgres --deployment -#PostgreSQL +# MySQL sudo -u git -H bundle install --without development test mysql --deployment sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production diff --git a/doc/update/5.2-to-5.3.md b/doc/update/5.2-to-5.3.md index 67517b23d37..b3de21680de 100644 --- a/doc/update/5.2-to-5.3.md +++ b/doc/update/5.2-to-5.3.md @@ -30,10 +30,10 @@ sudo -u git -H git checkout 5-3-stable ```bash cd /home/git/gitlab -# MySQL +# PostgreSQL sudo -u git -H bundle install --without development test postgres --deployment -#PostgreSQL +# MySQL sudo -u git -H bundle install --without development test mysql --deployment sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production diff --git a/doc/update/5.3-to-5.4.md b/doc/update/5.3-to-5.4.md index 11c0f7c627f..4bceb10febd 100644 --- a/doc/update/5.3-to-5.4.md +++ b/doc/update/5.3-to-5.4.md @@ -38,10 +38,10 @@ sudo -u git -H git checkout v1.7.9 # Addresses multiple critical security vulner ```bash cd /home/git/gitlab -# MySQL +# PostgreSQL sudo -u git -H bundle install --without development test postgres --deployment -#PostgreSQL +# MySQL sudo -u git -H bundle install --without development test mysql --deployment sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production diff --git a/doc/update/5.4-to-6.0.md b/doc/update/5.4-to-6.0.md index 8990f8d034f..dcff07f6e85 100644 --- a/doc/update/5.4-to-6.0.md +++ b/doc/update/5.4-to-6.0.md @@ -62,10 +62,10 @@ sudo apt-get install python-docutils ```bash cd /home/git/gitlab -# MySQL +# PostgreSQL sudo -u git -H bundle install --without development test postgres --deployment -# PostgreSQL +# MySQL sudo -u git -H bundle install --without development test mysql --deployment sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production diff --git a/doc/update/6.0-to-6.1.md b/doc/update/6.0-to-6.1.md index f02f054fda8..0fc3f5e8a77 100644 --- a/doc/update/6.0-to-6.1.md +++ b/doc/update/6.0-to-6.1.md @@ -47,10 +47,10 @@ sudo -u git -H git checkout v1.7.9 ```bash cd /home/git/gitlab -# MySQL +# PostgreSQL sudo -u git -H bundle install --without development test postgres --deployment -#PostgreSQL +# MySQL sudo -u git -H bundle install --without development test mysql --deployment diff --git a/doc/update/6.0-to-6.2.md b/doc/update/6.0-to-6.2.md index 03d7e96effe..60f73e6f149 100644 --- a/doc/update/6.0-to-6.2.md +++ b/doc/update/6.0-to-6.2.md @@ -55,10 +55,10 @@ sudo -u git -H git checkout v1.7.9 # Addresses multiple critical security vulner ```bash cd /home/git/gitlab -# MySQL +# PostgreSQL sudo -u git -H bundle install --without development test postgres --deployment -#PostgreSQL +# MySQL sudo -u git -H bundle install --without development test mysql --deployment diff --git a/doc/update/6.1-to-6.2.md b/doc/update/6.1-to-6.2.md index 767ad80641c..719444185e7 100644 --- a/doc/update/6.1-to-6.2.md +++ b/doc/update/6.1-to-6.2.md @@ -47,10 +47,10 @@ sudo apt-get install logrotate ```bash cd /home/git/gitlab -# MySQL +# PostgreSQL sudo -u git -H bundle install --without development test postgres --deployment -#PostgreSQL +# MySQL sudo -u git -H bundle install --without development test mysql --deployment diff --git a/doc/update/6.2-to-6.3.md b/doc/update/6.2-to-6.3.md index d1c570c9599..e246668b018 100644 --- a/doc/update/6.2-to-6.3.md +++ b/doc/update/6.2-to-6.3.md @@ -46,10 +46,10 @@ sudo apt-get install logrotate ```bash cd /home/git/gitlab -# MySQL +# PostgreSQL sudo -u git -H bundle install --without development test postgres --deployment -#PostgreSQL +# MySQL sudo -u git -H bundle install --without development test mysql --deployment diff --git a/doc/update/patch_versions.md b/doc/update/patch_versions.md index 61542dbb51c..82f235e019b 100644 --- a/doc/update/patch_versions.md +++ b/doc/update/patch_versions.md @@ -34,10 +34,10 @@ sudo -u git -H git checkout v1.7.9 ```bash cd /home/git/gitlab -# MySQL +# PostgreSQL sudo -u git -H bundle install --without development test postgres --deployment -#PostgreSQL +# MySQL sudo -u git -H bundle install --without development test mysql --deployment sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production -- GitLab