From a55c3b75c13fe604a441bd1797023411f29d3fda Mon Sep 17 00:00:00 2001 From: Jack Weeden Date: Sat, 3 Nov 2012 16:53:01 +0000 Subject: [PATCH] Swapped MySQL and PG comments --- doc/installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/installation.md b/doc/installation.md index af1a5819d7b..d16e7bcf48a 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -23,7 +23,7 @@ You might have some luck using these, but no guarantees: GitLab does **not** run on Windows and we have no plans of making GitLab compatible. -## Hardware: +## Hardware: We recommend to use server with at least 1GB RAM for gitlab instance. @@ -83,7 +83,7 @@ Now install the required packages: ## SQLite - sudo apt-get install -y sqlite3 libsqlite3-dev + sudo apt-get install -y sqlite3 libsqlite3-dev ## MySQL @@ -233,10 +233,10 @@ and ensure you have followed all of the above steps carefully. #### Install gems - # mysql + # postgres sudo -u gitlab -H bundle install --without development test sqlite postgres --deployment - # or postgres + # or mysql sudo -u gitlab -H bundle install --without development test sqlite mysql --deployment # or sqlite -- GitLab