Giter Club home page Giter Club logo

essential-project-docker's Introduction

Essential-project-docker

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

This is an example how to run EAS inside docker in server mode

This project is not production ready!!!

PR are welcome

TL;DR

docker build -t local/eam .
docker run -d -p 8080:8080 --rm  -p5200:5200 -p5100:5100 -h eam local/eam

Prerequisite

Steps

Build

docker build -t local/eam .

Run

docker run -d -p 8080:8080 --rm  -p5200:5200 -p5100:5100 -h eam local/eam

Volume Mounts

The server metaproject files can also be volume mounted to host for persistance https://docs.docker.com/storage/volumes/#start-a-container-with-a-volume

docker run -d -p 8080:8080 --rm  -p5200:5200 -p5100:5100 -v <host>:/opt/essentialAM/server/ -h eam local/eam

Can also just mount the entire repo that contains both baseline.prj and server metaproject.prj files

docker run -d -p 8080:8080 --rm  -p5200:5200 -p5100:5100 -v <host>:/opt/essentialAM -h eam local/eam

Host dir structure should be

HostDir (e.g./root/Essential\ Architect\ Manager/)
|
- annotation_essential_baseline_v62.pprj
- annotation_essential_baseline_v62.rdf
- annotation_essential_baseline_v62.rdfs
- essential_baseline_v62.pins
- essential_baseline_v62.pont
- essential_baseline_v62.pprj
- essential_import_utility_181.war (created during essential install)
- essential_viewer_62.war (created during essential install)
- essentialInstallInfo.html (created during essential install)
- importUtilityUpdate.txt  (created during essential install)
- protege.properties (created during essential install)
- progegePropsUpdate.txt (created during essential install)
- releaseNotes.txt (created during essential install)
- viewerUpdate.txt (created during essential install)
- widgetUpdate.txt (created during essential install)
\_install (dir created during essential install)
\_UnInstaller (dir created during essential install)
\_server
  |
  - metaproject.pprj
  - metaproject.pins
  - metaproject.pont

Connect

Viewer (server)

Protege Client (local)

  • Run Protege Client

    • /Protege_3.5/run_protege.sh
  • Open Other... -> Server

    • Host Maschine Name: locahost:5100
    • Username: Admin
    • Password : 12345
    • open server
    • open the Collaborative Baseline project
    • collaborative

essential-project-docker's People

Contributors

rarean avatar urbiwanus avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.