Hi,
I’ve been trying to develop on an Ubuntu based distro. I managed to prepare the OS with all the dependencies needed by Rails and ManageIQ. I followed the Fedora guide to mimiq equivalent apt’s for the different yum’s mentioned there.
However, after cloning the main repository, and after changing to the Euwe branch, and pulling, i’ll get the following error:
ruby@ruby-VirtualBox:~/projects/manageiq$ bin/setup
== Installing dependencies ==
Updating bower assets in parallel...
The Gemfile's dependencies are satisfied
== Copying sample files ==
== Preparing database ==
https://github.com/ManageIQ/foreman_api_client.git (at master@040ac28) is not yet checked out. Run `bundle install` first.
== Command ["bin/rails db:create"] failed ==
ruby@ruby-VirtualBox:~/projects/manageiq$
Some details about my run-time:
ruby@ruby-VirtualBox:~$ ruby -v
ruby 2.3.1p112 (2016-04-26) [x86_64-linux-gnu]
ruby@ruby-VirtualBox:~$ rails -v
Rails 5.0.1
ruby@ruby-VirtualBox:~$ bundle -v
Bundler version 1.14.4
I have not been using split repos (no Gemfile.dev.rb).
Needless to say that I’ve tried bundle install
. Anyone got any idea what is wrong?