[ 
https://issues.apache.org/jira/browse/JENA-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16061918#comment-16061918
 ] 

ASF GitHub Bot commented on JENA-1366:
--------------------------------------

Github user kinow commented on the issue:

    https://github.com/apache/jena/pull/265
  
    Double checked the messages displayed to user, all look goods, no typos or 
confusing text. Very simple to understand how to use it. The provided shell 
scripts are helpful too, as well as comments in Java and shell in case users 
want to customize it.
    
    `shellcheck` complains only about some strings not quoted in the 
run-sparqler script.
    
    ```
    
kinow@localhost:~/Development/java/jena/jena/jena-fuseki2/jena-fuseki-basic/sparqler$
 shellcheck run-sparqler 
    
    In run-sparqler line 55:
        exec java $JVM_ARGS $FUSEKI_LOG -jar $FUSEKI_JAR $SPARQLER_ARGS
                  ^-- SC2086: Double quote to prevent globbing and word 
splitting.
                            ^-- SC2086: Double quote to prevent globbing and 
word splitting.
                                             ^-- SC2086: Double quote to 
prevent globbing and word splitting.
                                                         ^-- SC2086: Double 
quote to prevent globbing and word splitting.
    
    
    In run-sparqler line 59:
        nohup java $JVM_ARGS $FUSEKI_LOG -jar $FUSEKI_JAR $SPARQLER_ARGS > 
nohup.log 2>&1 &
                   ^-- SC2086: Double quote to prevent globbing and word 
splitting.
                             ^-- SC2086: Double quote to prevent globbing and 
word splitting.
                                              ^-- SC2086: Double quote to 
prevent globbing and word splitting.
                                                          ^-- SC2086: Double 
quote to prevent globbing and word splitting.
    ```


> Command line tool to run the embedded Fuseki server.
> ----------------------------------------------------
>
>                 Key: JENA-1366
>                 URL: https://issues.apache.org/jira/browse/JENA-1366
>             Project: Apache Jena
>          Issue Type: New Feature
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>
> Running the embedded server is useful for a headless Fuseki server (without 
> the Fuseki standard UI and without admin functions).
> Together with some static HTML pages, this covers running Fuseki2 as 
> {{sparql.org}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to