Commit c926a2b6eef8bde3180332e6e241e46573fcc34f
1 parent
cc42bf78
Exists in
master
and in
4 other branches
Remove bundler calls from databases.md
GitLab is not yet downloaded at this point in the installation guide.
Showing
1 changed file
with
0 additions
and
6 deletions
Show diff stats
doc/install/databases.md
@@ -11,9 +11,6 @@ GitLab supports the following databases: | @@ -11,9 +11,6 @@ GitLab supports the following databases: | ||
11 | # Install the database packages | 11 | # Install the database packages |
12 | sudo apt-get install -y mysql-server mysql-client libmysqlclient-dev | 12 | sudo apt-get install -y mysql-server mysql-client libmysqlclient-dev |
13 | 13 | ||
14 | - # Install only the necessary gems | ||
15 | - sudo -u gitlab -H bundle install --deployment --without development test postgres | ||
16 | - | ||
17 | # Login to MySQL | 14 | # Login to MySQL |
18 | $ mysql -u root -p | 15 | $ mysql -u root -p |
19 | 16 | ||
@@ -37,9 +34,6 @@ GitLab supports the following databases: | @@ -37,9 +34,6 @@ GitLab supports the following databases: | ||
37 | # Install the database packages | 34 | # Install the database packages |
38 | sudo apt-get install -y postgresql-9.1 libpq-dev | 35 | sudo apt-get install -y postgresql-9.1 libpq-dev |
39 | 36 | ||
40 | - # Install only the necessary gems | ||
41 | - sudo -u gitlab -H bundle install --deployment --without development test mysql | ||
42 | - | ||
43 | # Login to PostgreSQL | 37 | # Login to PostgreSQL |
44 | sudo -u postgres psql -d template1 | 38 | sudo -u postgres psql -d template1 |
45 | 39 |