Skip to content

axonivy/dev.axonivy.com

Repository files navigation

Axon Ivy Dev Website

Setup

Run ./up.sh to start the website in docker

... and later docker compose down to stop the containers.

Execute tests

Run ./run-tests.sh to execute tests.

Issue list for the news pages

VSCode

  • Install extension PHP Intelphense and follow the Quickstart guide
  • Install extension Twig

Update a php library

// Show outdated dependencies
docKer compose exec web composer show --outdated

// Upgrade dependencies
docker compose exec web composer update --prefer-dist -a --with-all-dependencies

Resources