summaryrefslogtreecommitdiffstats
path: root/doc/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'doc/INSTALL')
-rw-r--r--doc/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/INSTALL b/doc/INSTALL
index 68fd230e2..b42685c51 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -51,12 +51,12 @@ Optional:
Redmine stores session data in cookies by default, which requires
a secret to be generated. Under the application main directory run:
- rake generate_secret_token
+ bundle exec rake generate_secret_token
6. Create the database structure
Under the application main directory run:
- rake db:migrate RAILS_ENV="production"
+ bundle exec rake db:migrate RAILS_ENV="production"
It will create all the tables and an administrator account.