Menu

Tree [da93cc] master /
 History

HTTPS access


File Date Author Commit
 API 2017-08-23 Luca Mazzola - DFKI Luca Mazzola - DFKI [8d82d0] some minor fixes.
 data 2017-12-01 Luca Mazzola - DFKI Luca Mazzola - DFKI [da93cc] added some concepts to CDM-Core
 Dockerfile 2017-08-08 Luca Mazzola - DFKI Luca Mazzola - DFKI [8f7bd0] new release
 README.md 2017-11-30 Luca Mazzola - DFKI Luca Mazzola - DFKI [029f22] new readme

Read Me

This is a Docker image of the Semantic Web - DLP (Developing ontoLogies by Profiling) tool
Docker is a software container platform: information and link to download it can be found here: https://www.docker.com

To compile the docker image, after installing the Docker platform, you need to position yourself in the root directory of the SW-DLP release and type:
- docker build -t dlp .

To launch the compiled image, you should type in the command line (you can change the internal 80 mapping X port to whatever you like, if port 80 is not avlaialble in your system; port 3030, mapped on Y, is used for exposing Jena FUSEKI2 interface, if neeeded, but is not mandatory):
- docker run -it --rm -p X:80 [-p Y:3030] dlp
IF you want to use the persistency, you need to map some internal files to docker hosts files, as follows:
- docker run -it --rm -p X:80 [-p Y:3030] -v /tmp/persistency/DLP/:/tmp/persistency/ dlp

Then open a browser and go to (changing the port coherently as the previously run invoking command):
http://localhost:80/index1.html

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.