summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2015-06-03 11:26:57 +0200
committerMarin Jankovski <maxlazio@gmail.com>2015-06-03 11:26:57 +0200
commit5f7d6c7d746e4f71d3f48eedf473a74d1131907a (patch)
tree2729a8b28ebcde3e9204d7d0c8832ba8e68a9057 /doc
parent41d4aaa4be6ef39a97e07dedbeda839b5667f221 (diff)
downloadgitlab-ce-5f7d6c7d746e4f71d3f48eedf473a74d1131907a.tar.gz
Remove gitlab:env:check task.remove_unecessary_rake_task
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md6
-rw-r--r--doc/raketasks/maintenance.md3
2 files changed, 1 insertions, 8 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 1db2b438292..be0dd37a48b 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -241,12 +241,6 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da
# Copy the example Rack attack config
sudo -u git -H cp config/initializers/rack_attack.rb.example config/initializers/rack_attack.rb
- # Configure Git global settings for git user, useful when editing via web
- # Edit user.email according to what is set in gitlab.yml
- sudo -u git -H git config --global user.name "GitLab"
- sudo -u git -H git config --global user.email "example@example.com"
- sudo -u git -H git config --global core.autocrlf input
-
# Configure Redis connection settings
sudo -u git -H cp config/resque.yml.example config/resque.yml
diff --git a/doc/raketasks/maintenance.md b/doc/raketasks/maintenance.md
index 41a994f3f68..2aca91d5371 100644
--- a/doc/raketasks/maintenance.md
+++ b/doc/raketasks/maintenance.md
@@ -47,7 +47,6 @@ Git: /usr/bin/git
Runs the following rake tasks:
-- `gitlab:env:check`
- `gitlab:gitlab_shell:check`
- `gitlab:sidekiq:check`
- `gitlab:app:check`
@@ -147,7 +146,7 @@ Do you want to continue (yes/no)? yes
## Clear redis cache
-If for some reason the dashboard shows wrong information you might want to
+If for some reason the dashboard shows wrong information you might want to
clear Redis' cache.
For Omnibus-packages: