Skip to content

Commit

Permalink
README.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinchapman committed Feb 18, 2019
1 parent 3b17ce8 commit 8183c5c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,28 @@ Install dependencies:
cat requirements.txt | xargs npm install -g
```

Create an environment file:

```
touch .env
```

Add the following information to this environment file using a text editor:

```
FUSEKI_PASSWORD="[Password]".
```

Where [Password] is the password you created for the triple store earlier.

Run server:

```
npm started
```

The server runs by default on port 3000.

## Usage

See [documentation](api/README.md).
Expand Down

0 comments on commit 8183c5c

Please sign in to comment.