diff options
author | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-12-22 15:33:22 +0100 |
---|---|---|
committer | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-12-22 15:33:22 +0100 |
commit | c926a2b6eef8bde3180332e6e241e46573fcc34f (patch) | |
tree | 22f28030662df233653fab4ccd01e5b81d9de8e6 | |
parent | cc42bf784e52f7e6eed8f46e0190dbc066372a19 (diff) | |
download | gitlab-ce-c926a2b6eef8bde3180332e6e241e46573fcc34f.tar.gz |
Remove bundler calls from databases.md
GitLab is not yet downloaded at this point in the installation guide.
-rw-r--r-- | doc/install/databases.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/install/databases.md b/doc/install/databases.md index 6799a46eb63..4c6c084d0b9 100644 --- a/doc/install/databases.md +++ b/doc/install/databases.md @@ -11,9 +11,6 @@ GitLab supports the following databases: # Install the database packages sudo apt-get install -y mysql-server mysql-client libmysqlclient-dev - # Install only the necessary gems - sudo -u gitlab -H bundle install --deployment --without development test postgres - # Login to MySQL $ mysql -u root -p @@ -37,9 +34,6 @@ GitLab supports the following databases: # Install the database packages sudo apt-get install -y postgresql-9.1 libpq-dev - # Install only the necessary gems - sudo -u gitlab -H bundle install --deployment --without development test mysql - # Login to PostgreSQL sudo -u postgres psql -d template1 |