summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-10-24 15:53:24 +0200
committerRobert Speicher <rspeicher@gmail.com>2015-10-24 15:53:24 +0200
commitb5391284007bb9d404de2bdc560cdd82ddae9688 (patch)
treefc400dddb4a133c741bec27d584b86d75a361f2b
parent4467c425bc6a3e84170a9aa209131363d96313ce (diff)
downloadgitlab-ce-b5391284007bb9d404de2bdc560cdd82ddae9688.tar.gz
Remove "install schedules" step from Installation guide
[ci skip]
-rw-r--r--doc/install/installation.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 2e9ac7393e3..36d6ec79fde 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -346,11 +346,6 @@ The `secrets.yml` file stores encryption keys for sessions and secure variables.
Backup `secrets.yml` someplace safe, but don't store it in the same place as your database backups.
Otherwise your secrets are exposed if one of your backups is compromised.
-### Install schedules
-
- # Setup schedules
- sudo -u gitlab_ci -H bundle exec whenever -w RAILS_ENV=production
-
### Install Init Script
Download the init script (will be `/etc/init.d/gitlab`):