Project

General

Profile

I get a "Could not locate Gemfile" when installing redmine 2.6.1.

Added by jack yang about 9 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 about 9 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 about 9 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.

error.jpg (147 KB) error.jpg

RE: I get a "Could not locate Gemfile" when installing redmine 2.6.1. - Added by Toshi MARUYAMA about 9 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 about 9 years ago

Toshi MARUYAMA wrote:

There is syntax error in your config/database.yml.

Thank you very much. It's OK now!

    (1-6/6)