Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D digitec-wiki
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Digitec
  • digitec-wiki
  • Wiki
  • gitlab administration

Last edited by Rene Cabral Aug 23, 2016
Page history
This is an old version of this page. You can view the most recent version or browse the history.

gitlab administration

Home / Gitlab / Gitlab Administration

Administration Notes

Documentation

  • http://doc.gitlab.com/ce/

Updating Gitlab

Notes

All sudo -u git -H git commands must be run as git user:

To run something like sudo -u git -H git checkout v2.7.2.

You need to first sudo su - git and then after successfully logging in with the git users identity and environment run git checkout v2.7.2.

Commands

Restart Gitlab

cd /home/git/gitlab

sudo service gitlab restart

Clean up assets and cache

cd /home/git/gitlab

sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS_ENV=production

References

  • http://doc.gitlab.com/ce/update/README.html
  • https://gitlab.com/gitlab-org/gitlab-ce/tree/master/doc/update
  • https://github.com/gitlabhq/gitlab-recipes/tree/master/install/centos
Clone repository
  • alpha beta testing
  • browser testing
  • camtasia licenses
  • code delivery processes
  • coding practices
  • css and sass coding standards
  • database schema standards
  • dependency management
  • development environments
  • digitec agile process
  • digitec gitlab styles
  • digitec software promises
  • digitec spec process
  • gitlab administration
  • gitlab issues tags
View All Pages