Skip to content
Snippets Groups Projects
Commit c926a2b6 authored by Riyad Preukschas's avatar Riyad Preukschas
Browse files

Remove bundler calls from databases.md

GitLab is not yet downloaded at this point in the installation guide.
parent cc42bf78
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
 
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment