File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,9 @@ Please read the [wiki][2] to learn more.
1414### docker-compose.yml
1515
1616``` yaml
17- version : " 3.8"
1817services :
1918 openrefine :
20- image : easypi/openrefine
19+ image : easypi/openrefine:3.9.0
2120 ports :
2221 - " 3333:3333"
2322 volumes :
@@ -32,5 +31,14 @@ services:
3231 restart : unless-stopped
3332` ` `
3433
34+ ### install extensions
35+
36+ - Locate your workspace directory: ./data
37+ - Create a new folder called ` extensions` inside the workspace if it does not exist.
38+ - Download the extension (usually as a zip file from GitHub, e.g., [openrefine-llm-extension][3])
39+ - Extract the zip contents into the `extensions` directory, making sure all the contents go into one folder with the name of the extension.
40+ - Start (or restart) OpenRefine.
41+
3542[1] : http://openrefine.org/index.html
3643[2] : https://github.com/OpenRefine/OpenRefine/wiki
44+ [3] : https://github.com/sunilnatraj/llm-extension/releases
Original file line number Diff line number Diff line change 1- version : " 3.8"
21services :
32 openrefine :
4- image : easypi/openrefine
3+ image : easypi/openrefine:3.9.0
54 ports :
65 - " 3333:3333"
76 volumes :
You can’t perform that action at this time.
0 commit comments