diff options
author | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-12-06 21:16:48 +0100 |
---|---|---|
committer | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-12-06 21:16:48 +0100 |
commit | 23a8e59938477be9938ed96176e8f9220ca78471 (patch) | |
tree | c4fcd4639b95f0d424a0fd681ee1703e33eb79af /doc/raketasks/maintenance.md | |
parent | 552c2d665bf4f5bbb6fc0a4f04ec30e4263bbfe4 (diff) | |
download | gitlab-ce-23a8e59938477be9938ed96176e8f9220ca78471.tar.gz |
Improve gitlab:env:info task
Renamed from gitlab:app:info
Add several extra info points
Diffstat (limited to 'doc/raketasks/maintenance.md')
-rw-r--r-- | doc/raketasks/maintenance.md | 49 |
1 files changed, 31 insertions, 18 deletions
diff --git a/doc/raketasks/maintenance.md b/doc/raketasks/maintenance.md index 431599dc976..1247d4b6dd7 100644 --- a/doc/raketasks/maintenance.md +++ b/doc/raketasks/maintenance.md @@ -11,42 +11,55 @@ bundle exec rake gitlab:app:setup ``` -### Gather Information about GitLab Installation +### Gather information about GitLab and the system it runs on -This command gathers information about your GitLab installation. These can be used in issue reports. +This command gathers information about your GitLab installation and the System +it runs on. These may be useful when asking for help or reporting issues. ``` -bundle exec rake gitlab:app:info +bundle exec rake gitlab:env:info ``` Example output: ``` -Gitlab information -Version: 4.0.0pre -Resivion: 8022628 - System information -System: Debian6.0.6 -Home: /home/gitlab -User: gitlab -Ruby: ruby-1.9.3-p286 -Gems: 1.8.24 +System: Debian 6.0.6 +Current User: gitlab +Using RVM: yes +RVM Version: 1.17.2 +Ruby Version: ruby-1.9.3-p327 +Gem Version: 1.8.24 +Bundler Version:1.2.3 +Rake Version: 10.0.1 + +GitLab information +Version: 3.1.0 +Resivion: fd5141d +Directory: /home/gitlab/gitlab +DB Adapter: mysql2 +URL: http://localhost:3000 +HTTP Clone URL: http://localhost:3000/some-project.git +SSH Clone URL: git@localhost:some-project.git +Using LDAP: no +Using Omniauth: no Gitolite information -Version: v3.04-4-g4524f01 -Admin URI: git@localhost:gitolite-admin -Base Path: /home/git/repositories/ -Hook Path: /home/git/.gitolite/hooks/ -Git: /usr/bin/git +Version: v3.04-4-g4524f01 +Admin URI: git@localhost:gitolite-admin +Admin Key: gitlab +Repositories: /home/git/repositories/ +Hooks: /home/git/.gitolite/hooks/ +Git: /usr/bin/git ``` + ### Check GitLab installation status [Trouble-Shooting-Guide](https://github.com/gitlabhq/gitlab-public-wiki/wiki/Trouble-Shooting-Guide) ``` -bundle exec rake gitlab:app:status +bundle exec rake gitlab:check ``` Example output: |