You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-11Lines changed: 9 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ TermIt Docker serves to spin off a TermIt deployment, consisting of:
8
8
9
9
## Prerequisities
10
10
1. Docker 19.03.0 or later & Docker Compose installed (and accessible under the current user).
11
-
2.[GraphDB](https://www.ontotext.com) (Free, SE, EE) ZIP file downloaded (8.x or later).
12
11
13
12
### Resource Requirements
14
13
@@ -21,18 +20,17 @@ Ideally, the whole deployment should have at least 4GB RAM available, with at le
21
20
22
21
23
22
## Running TermIt
24
-
1. Place your [GraphDB](https://www.ontotext.com) (Free, SE, EE) standalone server ZIP archive into the 'db-server' folder.
25
-
2. Set `GRAPHDB_FILE` variable in `.env` to the name of the file you just downloaded.
26
-
3. (_Optional_) Set `ROOT` variable in .env to reflect the local context prefix the app will be running on.
27
-
4. (_Optional_) Set `URL` variable in .env to reflect the server the app will be running on.
28
-
5. (_Optional_, recommended) Set `JWT_SECRET_KEY` variable in .env. It should be a string of at least 32 characters that will be used to hash the JWT authentication token for logged-in users.
29
-
6. Start the GraphDB server
23
+
1. (_Optional_) If you have a license file for GraphDB (SE or EE), place it in the `db-server/license` directory.
24
+
2. (_Optional_) Set `ROOT` variable in .env to reflect the local context prefix the app will be running on.
25
+
3. (_Optional_) Set `URL` variable in .env to reflect the server the app will be running on.
26
+
4. (_Optional_, recommended) Set `JWT_SECRET_KEY` variable in .env. It should be a string of at least 32 characters that will be used to hash the JWT authentication token for logged-in users.
27
+
5. Start the GraphDB server
30
28
`docker-compose up -d termit-db-server`
31
-
7. Go to `http://localhost:7200/import#server`, select the "termit" repository, and in the "Server files" section, click the "Import" button for all the files. In the "Import settings" dialog, set the Base IRI to `http://onto.fel.cvut.cz/ontologies/termit`.
32
-
8. Go to `http://localhost:7200/sparql` and execute all the queries in the 'db-server/lucene' directory to create Lucene connectors for full-text search.
33
-
9. Run the remaining services by
29
+
6. Go to `http://localhost:7200/import#server`, select the "termit" repository, and in the "Server files" section, click the "Import" button for all the files. In the "Import settings" dialog, set the Base IRI to `http://onto.fel.cvut.cz/ontologies/termit`.
30
+
7. Go to `http://localhost:7200/sparql` and execute all the queries in the 'db-server/lucene' directory to create Lucene connectors for full-text search.
31
+
8. Run the remaining services by
34
32
`docker-compose up -d`
35
-
10. Look for admin credentials in the `termit-server` log and use them for first login at the configured URL, e.g. `http://localhost/termit`.
33
+
9. Look for admin credentials in the `termit-server` log and use them for first login at the configured URL, e.g. `http://localhost/termit`.
0 commit comments