Skip to content

LinDA-tools/QueryBuilder

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
bin
 
 
 
 
db
 
 
 
 
lib
 
 
log
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Requirements

  1. Ruby installed on the local machine.
  2. RDF2Any server running on the local machine.

Installation

Install ruby version manager.

\curl -sSL https://get.rvm.io | bash -s stable --ruby

Install ruby version 2.0.0 using rvm .

rvm install 2.0.0

Create a separate gemset "qbuilder".

rvm gemset create qbuilder

Use ruby verion 2.0.0 with the created gemset.

rvm use 2.0.0@qbuilder

Install rails.

gem install rails

Install bundle.

bundle install

Now the setup is complete.

Start server

rvm use 2.0.0@qbuilder
rails s

You can now go to http://localhost:3000/ to access the Query Builder.