-
Notifications
You must be signed in to change notification settings - Fork 0
Additional Information
The Qonsole editor is a version of the SPARQL qonsole that runs as a Rails engine.
Caution
The SPARQL endpoint on the PreProd instance of the HMLR application suite is not exposed to public access.
Therefore, as the editor doesn't use a backdoor, it still goes out as if to the public sparql endpoint so any queries run on that instance are expected to fail there.

Most of the local (i.e. Epimorphics) gems that this project depends on are
served via GitHub Package Registry (GPR). Specifically, lr_common_styles and
json-rails-logger.
However, qonsole-rails is not served via GPR at present, mostly because we
are hoping to retire it in favour of a new implementation of Qonsole. Since
qonsole-rails is a public repo, this dependency does not require us to lean on
the old pattern of using an ssh key to serve private gems directly from a GitHub
repo.
Accessing gems from GPR will require a personal access token (PAT). To store
this locally, use make auth to set your GitHub Token using the PAT.
To create a PAT, see the Epimorphics wiki.
Please add issues to the shared issues list