I get a "Could not locate Gemfile" when installing redmine 2.6.1.
Added by jack yang over 10 years ago
I am trying to install redmine 2.6.1 .
I tried this :
bundle install --without development test
and got the error message "Could not locate Gemfile" .
Can anybody help me ?
P.S:
ubuntu1404_64
mysql-5.6.21
Bundler 1.7.12
Rails 4.0.2
gems 1.8.23
ruby 1.9.3p484
Replies (6)
RE: I get a "Could not locate Gemfile" when installing redmine 2.6.1.
-
Added by Mischa The Evil over 10 years ago
Make sure you run bundle install --without development test
in the Redmine root directory (Rails_root).
RE: I get a "Could not locate Gemfile" when installing redmine 2.6.1.
-
Added by jack yang over 10 years ago
I updated ruby 1.9.3 to 2.0.0,then I tried this :
bundle install --without development test
and got the error message "could not find expected ':' while scanning a simple key at line 10 column 3 (Psych::SyntaxError)......"
Please look at the attachment. Thank you.
RE: I get a "Could not locate Gemfile" when installing redmine 2.6.1.
-
Added by jack yang over 10 years ago
attachment 1
error1.jpg (307 KB) error1.jpg |
RE: I get a "Could not locate Gemfile" when installing redmine 2.6.1.
-
Added by jack yang over 10 years ago
Can anybody help me ?
RE: I get a "Could not locate Gemfile" when installing redmine 2.6.1.
-
Added by Toshi MARUYAMA over 10 years ago
There is syntax error in your config/database.yml.
RE: I get a "Could not locate Gemfile" when installing redmine 2.6.1.
-
Added by jack yang over 10 years ago
Toshi MARUYAMA wrote:
There is syntax error in your config/database.yml.
Thank you very much. It's OK now!