Skip to content

Unofficial Docker build to run The Essential Project server & viewer

Notifications You must be signed in to change notification settings

bhambers/docker-essential-project-eam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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.18.1

Container build and run

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

Local instance access

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

Data Load instructions

How to set up an import and import a spreadsheet in Essential Open Source.

Essential Import Utility - set up and load

Essential Release Notes

Essentials Notes

About

Unofficial Docker build to run The Essential Project server & viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 62.4%
  • Dockerfile 37.6%