Website for Egon.io–The Domain Story Modeler
Install Docker Desktop:
brew install --cask docker
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.
- Create folder in root-directory. The name should be app-v1
- 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.)
- Change the symbolic link that app-v1 links to:
rm app-v1 && ln -s app-v1.<TAG> app-v1
- Commit and push your changes. This will trigger the pipeline and deploy the new version, when successful
Run the workflow at the GitHub Actions tab and set the "Deploy v2 prod" checkbox.
Fully automated with GitHub Actions.