Giter Club home page Giter Club logo

Comments (4)

GUI avatar GUI commented on August 20, 2024

It looks like somehow the Vagrantfile is being parsed by ruby 1.8 and the syntax it doesn't like is ruby 1.9+. I can change the syntax to work with ruby 1.8, but I'm a little puzzled why you're running into this. I believe Vagrant actually bundles in its own embedded version of ruby that should be 1.9 or newer (to eliminate these type of issues, since they don't want you to have to worry about the version of ruby on your host machine). Can I ask what version of vagrant are you running (if you run vagrant --version)? And how did you install Vagrant (through the packages or somehow else)?

from api-umbrella.

Zyles avatar Zyles commented on August 20, 2024

I used apt-get on Ubuntu 12.04.

Vagrant version is 1.0.1-1

from api-umbrella.

GUI avatar GUI commented on August 20, 2024

Ah, Vagrant's moved fairly fast, so at this point Vagrant 1.0 is a bit out of date (it's a couple years old). Could you give one of the download packages for Ubuntu a spin? I think that might be the most reliable approach.

Alternatively, I could try updating the Vagrantfile to fix the Ruby 1.9 syntax issue, but I suspec you might run into other issues, since our Vagrantfile also uses v2 of the configuration syntax which is I believe is only supported in Vagrant 1.1+.

from api-umbrella.

GUI avatar GUI commented on August 20, 2024

I've recently made some changes to the Vagrantfile which depend on Vagrant 1.5. I've updated the readme to note this version requirement, so unless there's still demand for working in older versions of Vagrant, I'm going to close this issue. And semi-related, you might be interested in some work that's going on to make installing API Umbrella much simpler, so you wouldn't even need to mess with Vagrant if you didn't want to: #26 I'm not quite sure when that will be ready, though.

from api-umbrella.

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.