From ec8a68771a6e1cece8efac8375bc76083b6c1494 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Tue, 25 Mar 2014 16:30:24 +0100 Subject: [PATCH] Explain how to start a rails console --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 1049c42..bac46f1 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,17 @@ gitlab_rails['ldap_user_filter'] = '' # Example: '(memberOf=CN=my department,OU= Run `sudo gitlab-ctl reconfigure` for the LDAP settings to take effect. +### Starting a Rails console session + +For advanced users only. If you need access to a Rails production console for your +GitLab installation you can start one with the following command: + +```shell +sudo /opt/gitlab/bin/gitlab-rails console +``` + +This will only work after you have run `gitlab-ctl reconfigure` at least once. + ## Building your own package See [the separate build documentation](doc/build.md). -- libgit2 0.21.2