Skip to content
Snippets Groups Projects
Commit 90c0fdfc authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

More changes suggested by Robert

parent 5ebc787c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -334,7 +334,6 @@ sudo usermod -aG redis git
# Enable packfile bitmaps
sudo -u git -H git config --global repack.writeBitmaps true
 
# Configure Redis connection settings
sudo -u git -H cp config/resque.yml.example config/resque.yml
 
Loading
Loading
Loading
Loading
@@ -105,7 +105,6 @@ sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
 
# Clean up assets and cache
sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS_ENV=production
```
 
### 8. Update configuration files
Loading
Loading
@@ -120,8 +119,10 @@ git diff origin/8-11-stable:config/gitlab.yml.example origin/8-12-stable:config/
 
#### Git configuration
 
Configure Git to generate packfile bitmaps (introduced in Git 2.0) on
the GitLab server during `git gc`.
```sh
# Enable packfile bitmaps
sudo -u git -H git config --global repack.writeBitmaps true
```
 
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