File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ In order to install the normalizer with the provided Dockerfile you need to clon
15
15
docker build --tag 'relational-normalizer' .
16
16
docker run -d --name 'web-relational-normalizer' 'relational-normalizer'
17
17
```
18
+ Or pulling the latest build image with
19
+ ```
20
+ docker run -d --name 'web-relational-normalizer' ghcr.io/unict-dmi/web-relational-normalizer:main
21
+ ```
18
22
19
23
### 💻 Local installation
20
24
Install [ sbcl] ( http://www.sbcl.org/getting.html ) from source.
@@ -31,8 +35,10 @@ sbcl --no-sysinit --no-userinit --load quicklisp.lisp \
31
35
--quit
32
36
```
33
37
34
- Now let's move our project into quicklisp's local-project
38
+ Clone this repository and move this project into quicklisp's local-project
35
39
```
40
+ git clone https://github.com/UNICT-DMI/web-relational-normalizer.git
41
+ cd web-relational-normalizer
36
42
mv fundep/ ~/.quicklisp/local-projects/fundep/
37
43
mv newnormalizer/ ~/.quicklisp/local-projects/newnormalizer/
38
44
```
You can’t perform that action at this time.
0 commit comments