-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
49 changed files
with
53,849 additions
and
0 deletions.
There are no files selected for viewing
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 @@ | ||
jars/*.jar |
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,37 @@ | ||
# How to start all the things | ||
|
||
1. Make sure you have [Docker installed](https://docs.docker.com/get-docker/) | ||
|
||
2. Check if you have Docker running: | ||
|
||
```sh | ||
$ docker info | ||
``` | ||
|
||
3. Start Jetty, Fuseki and WIDOCO: | ||
|
||
```sh | ||
$ ./start | ||
``` | ||
|
||
4. Point browser to `http://localhost:8080/fuseki`. | ||
|
||
5. Stop all the services: | ||
|
||
```sh | ||
$ ./stop | ||
``` | ||
|
||
## Tip for restarting everything: | ||
|
||
```sh | ||
$ sh stop && sh start | ||
``` | ||
|
||
## Infra TODO | ||
|
||
- WIDOCO currently outputs all ontology documentation to a single page, so we don't need a web server. This should be changed in final version to be hosted by some http server | ||
|
||
- the chart webapp should be hosted by a http server too | ||
|
||
- CORS in fuseki double check |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.