summaryrefslogtreecommitdiffstats
path: root/doc/INSTALL
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2014-11-11 21:13:18 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2014-11-11 21:13:18 +0000
commit05edd8981101d35cf621c72d1ebb9cb88e30a5f1 (patch)
treecf354699196fd00f5b813ea324a161d5f481db13 /doc/INSTALL
parenta0ca45b99c88bbc41949a1295676a579d7e40296 (diff)
downloadredmine-05edd8981101d35cf621c72d1ebb9cb88e30a5f1.tar.gz
redmine-05edd8981101d35cf621c72d1ebb9cb88e30a5f1.zip
Use bundle exec.
git-svn-id: http://svn.redmine.org/redmine/trunk@13589 e93f8b46-1217-0410-a6f0-8f06a7374b81
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.