[go: up one dir, main page]

Skip to content

Commit

Permalink
Add project artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
decrn committed Dec 27, 2020
1 parent 1456c2d commit 1858fce
Show file tree
Hide file tree
Showing 49 changed files with 53,849 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jars/*.jar
37 changes: 37 additions & 0 deletions README.md
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
3,796 changes: 3,796 additions & 0 deletions data/public/index-en.html

Large diffs are not rendered by default.

Loading

0 comments on commit 1858fce

Please sign in to comment.