| ... | @@ -11,3 +11,10 @@ Restart Gitlab | 
... | @@ -11,3 +11,10 @@ Restart Gitlab | 
| 
 | 
```bash
 | 
 | 
```bash
 | 
| 
 | 
sudo service gitlab restart
 | 
 | 
sudo service gitlab restart
 | 
| 
 | 
```
 | 
 | 
```
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Clean up assets and cache
 | 
 | 
 | 
 | 
```bash
 | 
 | 
 | 
 | 
cd /home/git/gitlab
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS_ENV=production
 | 
 | 
 | 
 | 
``` | 
 | 
 | 
 | 
\ No newline at end of file |