Giter VIP home page Giter VIP logo

Comments (5)

h5b avatar h5b commented on September 26, 2024

Seems to be a failed rvm installation.
Please try with fixed rvm version in Vagrantfile as follows:

diff --git a/Vagrantfile b/Vagrantfile
index aaff2a2..2f6b4e1 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -27,6 +27,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

     chef.json = {
       :rvm => {
+        :version => "1.17.10",
         :rubies => ["ruby-1.9.3-head"],
         :default_ruby => "ruby-1.9.3-head",
       }

from graveio.

h5b avatar h5b commented on September 26, 2024

In case bundle install fails, drop "sudo -E" for now:

$ bundle install

from graveio.

dloss avatar dloss commented on September 26, 2024

Thank you, those two fixes helped.

Adding the RVM version fixed the first error. Then I had to run "bundle install" as suggested to fix another problem:

vagrant@graveio-dev:/vagrant$ sudo -E bundle install
[...]
Your bundle is complete!
Use bundle show [gemname] to see where a bundled gem is installed.
vagrant@graveio-dev:/vagrant$ rake db:create && rake db:migrate
https://github.com/tmm1/pygments.rb (at master) is not yet checked out. Run bundle install first.
vagrant@graveio-dev:/vagrant$ bundle install
[...]
vagrant@graveio-dev:/vagrant$ rake db:create && rake db:migrate
== CreatePosts: migrating ====================================================
-- create_table(:posts)
-> 0.0036s
== CreatePosts: migrated (0.0046s) ===========================================
[...]

from graveio.

h5b avatar h5b commented on September 26, 2024

Thanks for reporting this.

from graveio.

kmerz avatar kmerz commented on September 26, 2024

Thanks everybody 👍

from graveio.

Related Issues (11)

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.