-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More FAQs rewritten and/or integrated into the documentation
- Loading branch information
Showing
6 changed files
with
148 additions
and
105 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"label": "Tutorial", | ||
"label": "Guides", | ||
"position": 6, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "In-depth details about how to use the various elements of the Knowledge Engine" | ||
"description": "In-depth details about how to use the various elements of the Knowledge Engine." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
sidebar_position: 4 | ||
--- | ||
# Starting a Knowledge Directory | ||
This page describes how to setup a Knowledge Directory. | ||
|
||
You can start the Knowledge Directory on ports 8080 with the available JAR: | ||
```bash | ||
cd knowledge-directory/target/ | ||
|
||
java -Dorg.slf4j.simpleLogger.logFile=kd.log -cp "knowledge-directory-1.2.5.jar:dependency/*" eu.knowledge.engine.knowledgedirectory.Main 8080 | ||
``` | ||
You can of course run the Knowledge Directory on another port by replacing 8080 by your preferred port number. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.