Remove bundler calls from databases.md
GitLab is not yet downloaded at this point in the installation guide.
This commit is contained in:
parent
cc42bf784e
commit
c926a2b6ee
1 changed files with 0 additions and 6 deletions
|
@ -11,9 +11,6 @@ GitLab supports the following databases:
|
||||||
# Install the database packages
|
# Install the database packages
|
||||||
sudo apt-get install -y mysql-server mysql-client libmysqlclient-dev
|
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
|
# Login to MySQL
|
||||||
$ mysql -u root -p
|
$ mysql -u root -p
|
||||||
|
|
||||||
|
@ -37,9 +34,6 @@ GitLab supports the following databases:
|
||||||
# Install the database packages
|
# Install the database packages
|
||||||
sudo apt-get install -y postgresql-9.1 libpq-dev
|
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
|
# Login to PostgreSQL
|
||||||
sudo -u postgres psql -d template1
|
sudo -u postgres psql -d template1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue