Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(readme): Use just targets instead of make targets #3000

Merged
merged 4 commits into from
Jan 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 4 additions & 10 deletions README.md
Expand Up @@ -63,19 +63,13 @@ See [docs/Readme.md](docs/Readme.md).

### Run DSP-API

Create a test repository and load some test data into the triplestore:
Create a test repository, load some test data into the triplestore, and start DSP-API:

```shell
make init-db-test
just stack-init-test
jnussbaum marked this conversation as resolved.
Show resolved Hide resolved
```

Start DSP-API after loading the data:

```shell
make stack-up
```

Open [http://localhost:3333/v2/resources/http%3A%2F%2Frdfh.ch%2F0803%2Fc5058f3a](http://localhost:3333/v2/resources/http%3A%2F%2Frdfh.ch%2F0803%2Fc5058f3a) in a web browser. You should see a response in JSON-LD describing a book.
Open [http://localhost:4200/](http://localhost:4200) in a web browser.

On first installation, errors similar to the following can come up:
```
Expand All @@ -89,7 +83,7 @@ docker-compose disable-v2
Shut down DSP-API:

```shell
make stack-down
just stack-stop
```

### Run the automated tests
Expand Down