HortusFox documentation
This document shows you how to upgrade HortusFox from 1.6 to 2.0.
The following files and folders have to be replaced:
/app
/public/css
/public/js
The underlying framework was updated.
Update your dependencies
composer update
You can also upgrade the installer. Therefore update the following folder with all files
/public/installer
You can now use an image build of the current version via docker. Therefore you can just run the commands:
docker-compose pull
docker-compose up -d