Skip to content

Unofficial Docker build to run The Essential Project server & viewer

Notifications You must be signed in to change notification settings

qtzar/docker-essential-project-eam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-essential-project-eam

An Unofficial Docker image for https://enterprise-architecture.org

This dockerfile will build and run The Essential Project EAM Protégé Server and Essential Viewer tools. AutoSave for the server is enabled so updates to the model will survive restarting the container, however for best results you should use a persistent data volume when starting the container as below.

Essential Model is 6.15

docker build -t essential/eam .
docker run -d -p 8080:8080 -p 5200:5200 -p 5100:5100 v- essential_data:/opt/essentialAM --name essentialEAM essential/eam

Essential Viewer

http://localhost:8080/essential_viewer (no login needed)

Essential Import Utility

http://localhost:8080/essential_import_utility

Username: [email protected]

Password: admin

Protege Client

/Protege_3.5/run_protege.sh

Open Other... -> Server

Host Maschine Name: locahost:5100

Username: Admin

Password : 12345

About

Unofficial Docker build to run The Essential Project server & viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published