Giter Club home page Giter Club logo

ldh-quotes-app's Introduction

LDH Quotes

LDH Quotes is an application for the Linked Data Hub. Its purpose is to allow one to enter and view information about quotations.

Installing

Dependencies

LDH

A local copy of the LDH codebase is necessary for installing "LDH Quotes". Get it by cloning the repository.

You will also need access to a running LDH instance. You can set one up by following the instructions here.

System

You'll also need the following installed

Alternatively, if you use Nix, you can simply start a shell with

$ nix-shell

and you'll have the above system dependencies satisfied.

Install

To install "LDH Quotes", first clone this repository and cd into the project directory. Then, run the following command:

$ export SCRIPT_ROOT=<path-to-ldh-scripts-dir> \
  ./install.sh \
  <url-of-running-ldh> \
  <path-to-tls-private-key> \
  <password-for-tls-private-key>

If you're running a local LDH and you set LDH_ROOT to the path to the LDH codebase, then the command will look something like:

$ export SCRIPT_ROOT=$LDH_ROOT/scripts \
  ./install.sh \
  https://localhost:4443 \
  $LDH_ROOT/certs/owner.p12.pem \
  <password-for-tls-private-key>

Assuming it installed without error reload the LDH UI and you should now see "Quotes" listed in the top left. Clicking that link should bring you to a page where you'll be able to view some sample quotes.

Happy quoting!

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.