innoq / iqvoc

iQvoc - A SKOS(-XL) Vocabulary Management System for the Semantic Web
http://iqvoc.net/
Other
117 stars 44 forks source link

Running iqvoc locally on MAC #361

Closed etcware closed 7 years ago

etcware commented 7 years ago

I'm trying to run iqvoc locally, on may MAC. I was able to install only after ruby 2.4.0 installation and I'm using the custom installation. When I run

bundle exec rails s 

and then I open my browser on http://localhost:3000/ I get the displayed error. Is it possibile that ruby version is not supported?

schermata 2017-06-04 alle 19 41 36
mjansing commented 7 years ago

Oh yes it seems there is a problem. Thank you for this report. iQvoc should run on the most recent ruby version. We take a look at this.

ncarboni commented 7 years ago

I had the same problem. Commenting line 2 in rdf_namespaces_helper.rb will make everything run smoothly (very homemade solution though)

philippneugebauer commented 7 years ago

@ncarboni Ruby 2.4 is not supported yet

philippneugebauer commented 7 years ago

probably caused by this bugfix: https://bugs.ruby-lang.org/issues/12887

mjansing commented 7 years ago

Should be fixed with #363.