Website for Egon.io–The Domain Story Modeler
Install Rancher Desktop on Windows:
\$ winget install -e --id suse.RancherDesktopInstall Rancher Desktop on macOS:
\$ brew install --cask rancherOpen the project as a devcontainer. To run the server:
\$ bundle exec jekyll serveTo run a server locally in Docker:
docker compose upOr to rebuild the Docker image:
docker compose up --buildIf it stops working for some reason, run:
docker compose build --no-cacheAnd 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.