Skip to content

Commit f9b7b0a

Browse files
authored
Update README.md
1 parent 0d98231 commit f9b7b0a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,19 @@ OntoEditor Installation
3030

3131
Running Using Docker
3232
-----------------
33-
33+
1. You can also run OntoEditor using docker, If you have it installed on your machine, otherwise, you use [this](https://docs.docker.com/engine/install/) to install docker. Once you have docker, then you can issue the following command to download the OntoEditor docker image:
34+
```
35+
docker pull ahemid/ontoeditor
36+
```
37+
or you can create an OntoEditor docker image by giving the following command on the project root folder:
38+
```
39+
docker build . -t ahemid/ontoeditor
40+
```
41+
2. Next, create the OntoEditor docker container using the following command:
42+
```
43+
docker run -d -p 5000:5000 -p 8080:8080 ahemid/ontoeditor
44+
```
45+
3. Then, KGraphX GUI is accessible at http://localhost:8000/ and the Fuseki server is running at http://localhost:3030/
3446
## License
3547
Copyright © 2023 Fraunhofer. This project is licensed under the MIT License - see the
3648
[LICENSE](LICENSE) for details.

0 commit comments

Comments
 (0)