narcis-graphql run-service
Narcis GraphQL
Options:
-h, --help Show help message
-v, --version Show version of this program
Subcommand: run-service - Starts NARCIS Graphql as a daemon that services HTTP requests
-h, --help Show help message
---
narcis-graphql run-service
-
Unzip the tarball to a directory of your choice, typically
/usr/local/
-
A new directory called narcis-graphql- will be created
-
Add the command script to your
PATH
environment variable by creating a symbolic link to it from a directory that is on the path, e.g.ln -s /usr/local/narcis-graphql-<version>/bin/narcis-graphql /usr/bin
General configuration settings can be set in cfg/application.properties
and logging can be configured
in cfg/logback.xml
. The available settings are explained in comments in aforementioned files.
Prerequisites:
- Java 8 or higher
- Maven 3.3.3 or higher
Steps:
git clone https://github.com/DANS-KNAW/narcis-graphql.git
cd narcis-graphql
mvn install