Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b53842ea
Commit
b53842ea
authored
Jan 30, 2020
by
Andrea Scarpino
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix warning about environment name
parent
46eb6ce2
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
9 deletions
+9
-9
doc/administration/auth/ldap-ee.md
doc/administration/auth/ldap-ee.md
+1
-1
doc/administration/high_availability/redis.md
doc/administration/high_availability/redis.md
+1
-1
doc/administration/snippets/index.md
doc/administration/snippets/index.md
+1
-1
doc/administration/troubleshooting/debug.md
doc/administration/troubleshooting/debug.md
+2
-2
doc/security/unlock_user.md
doc/security/unlock_user.md
+1
-1
doc/update/restore_after_failure.md
doc/update/restore_after_failure.md
+1
-1
doc/user/project/integrations/slack.md
doc/user/project/integrations/slack.md
+2
-2
No files found.
doc/administration/auth/ldap-ee.md
View file @
b53842ea
...
...
@@ -470,7 +470,7 @@ step of the sync.
sudo
gitlab-rails console
# For installations from source
sudo
-u
git
-H
bundle
exec
rails console production
sudo
-u
git
-H
bundle
exec
rails console
-e
production
```
1.
Set the log level to debug (only for this session):
...
...
doc/administration/high_availability/redis.md
View file @
b53842ea
...
...
@@ -966,7 +966,7 @@ To make sure your configuration is correct:
sudo
gitlab-rails console
# For source installations
sudo
-u
git rails console production
sudo
-u
git rails console
-e
production
```
1.
Run in the console:
...
...
doc/administration/snippets/index.md
View file @
b53842ea
...
...
@@ -40,7 +40,7 @@ The steps to configure this setting through the Rails console are:
sudo
gitlab-rails console
# For installations from source
sudo
-u
git
-H
bundle
exec
rails console production
sudo
-u
git
-H
bundle
exec
rails console
-e
production
```
1.
Update the snippets maximum file size:
...
...
doc/administration/troubleshooting/debug.md
View file @
b53842ea
...
...
@@ -11,13 +11,13 @@ an SMTP server, but you're not seeing mail delivered. Here's how to check the se
1.
Run a Rails console:
```
shell
sudo
gitlab-rails console production
sudo
gitlab-rails console
-e
production
```
or for source installs:
```
shell
bundle
exec
rails console production
bundle
exec
rails console
-e
production
```
1.
Look at the ActionMailer
`delivery_method`
to make sure it matches what you
...
...
doc/security/unlock_user.md
View file @
b53842ea
...
...
@@ -13,7 +13,7 @@ To unlock a locked user:
```
shell
## For Omnibus GitLab
sudo
gitlab-rails console production
sudo
gitlab-rails console
-e
production
## For installations from source
sudo
-u
git
-H
bundle
exec
rails console
RAILS_ENV
=
production
...
...
doc/update/restore_after_failure.md
View file @
b53842ea
...
...
@@ -64,7 +64,7 @@ migrations are marked complete.
```
# Source install
sudo -u git -H bundle exec rails console production
sudo -u git -H bundle exec rails console
-e
production
# Omnibus install
sudo gitlab-rails console
...
...
doc/user/project/integrations/slack.md
View file @
b53842ea
...
...
@@ -52,10 +52,10 @@ the below rails console script.
```
shell
# start a rails console:
sudo
gitlab-rails console production
sudo
gitlab-rails console
-e
production
# or for source installs:
bundle
exec
rails console production
bundle
exec
rails console
-e
production
```
```
ruby
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment