GithubHelp home page GithubHelp logo

Installation problems about vagrant-openshift HOT 3 CLOSED

mignev avatar mignev commented on June 1, 2024
Installation problems

from vagrant-openshift.

Comments (3)

danmcp avatar danmcp commented on June 1, 2024

Can you try doing: rake vagrant:install as suggested in the README rather than rake install.

from vagrant-openshift.

akram avatar akram commented on June 1, 2024

hi all,

same issue here, I guess this probably due to user permission:
@mignev : has your bundler installation been performed as root user ?
Here how I worked around it:

# perform bundler installation in my home directory
$ GEM_HOME=$HOME/gems/  gem install bundler
$ GEM_HOME=$HOME/gems/  $GEM_HOME/bin/bundle
$ GEM_HOME=$HOME/gems/  $GEM_HOME/bin/bundle install
$ GEM_HOME=$HOME/gems/  rake vagrant:install

and this time everything works OK:

vagrant-openshift 1.0.12 built to pkg/vagrant-openshift-1.0.12.gem.
The plugin 'vagrant-openshift' is not installed. Please install it first.
Installing the 'pkg/vagrant-openshift-1.0.12.gem' plugin. This can take a few minutes...
Installed the plugin 'vagrant-openshift (1.0.12)'!

if I run it again, I get this message:

$ GEM_HOME=$HOME/gems/  rake vagrant:install
vagrant-openshift 1.0.12 built to pkg/vagrant-openshift-1.0.12.gem.
Uninstalling the 'vagrant-openshift' plugin...
Installing the 'pkg/vagrant-openshift-1.0.12.gem' plugin. This can take a few minutes...
Installed the plugin 'vagrant-openshift (1.0.12)'!

from vagrant-openshift.

cianclarke avatar cianclarke commented on June 1, 2024

What version of ruby are you running? (ruby --version)
For me, turns out I had been running this using Ruby 1.9. I use rvm to manage versions, so an rvm list and rvm use <my2.0version> fixed this for me.
OSX now ships with 2.1, so this might not be the problem unless you've explicitly installed Ruby 1.9.

from vagrant-openshift.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.