Skip to content

Website for Egon.io–The Domain Story Modeler

License

Notifications You must be signed in to change notification settings

WPS/egon.io-website

Repository files navigation

egon.io-website

Website for Egon.io–The Domain Story Modeler

Configuration (_config.yml)

  • With 'show_downloads: true', the theme will show a download button which links per default to the github repo of the website. Instead, we want the button to link to the latest Egon.io release. That's why we need to override the 'github' property and its attributes (like 'zip_url').

Development

Setup environment

Install Docker Desktop:

brew install --cask docker

Day-to-day Development

To run a server locally:

docker compose up

Or to rebuild the Docker image:

docker compose up --build

If it stops working for some reason, run:

docker compose build --no-cache

And then try again.

Deployment of Egon.io Online Version

Production Version

Beta V1
  1. Create folder in root-directory. The name should be app-v1
  2. Unzip the contents into the created folder. Do not unzip the root folder of the zip, but the contents of the folder (assets, bpmn files, etc.)
  3. Change the symbolic link that app-v1 links to: rm app-v1 && ln -s app-v1.<TAG> app-v1
  4. Commit and push your changes. This will trigger the pipeline and deploy the new version, when successful
Beta V2

Run the workflow at the GitHub actions tab and set the "Deploy v2 prod" checkbox.

Latest Build

Works fully automated.

About

Website for Egon.io–The Domain Story Modeler

Resources

License

Stars

Watchers

Forks

Languages