- Ruby installed on the local machine.
- RDF2Any server running on the local machine.
Install ruby version manager.
\curl -sSL https://get.rvm.io | bash -s stable --rubyInstall ruby version 2.0.0 using rvm .
rvm install 2.0.0Create a separate gemset "qbuilder".
rvm gemset create qbuilderUse ruby verion 2.0.0 with the created gemset.
rvm use 2.0.0@qbuilderInstall rails.
gem install railsInstall bundle.
bundle installNow the setup is complete.
rvm use 2.0.0@qbuilder
rails sYou can now go to http://localhost:3000/ to access the Query Builder.