Skip to content

mpr-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

Packages

No packages published

Languages

  • CSS 56.6%
  • PHP 22.8%
  • Twig 14.9%
  • HTML 5.4%
  • JavaScript 0.1%
  • Shell 0.1%
  • Dockerfile 0.1%