HortusFox


Project maintained by hortusfox Hosted on GitHub Pages — Theme by mattgraham

Upgrade from 1.6 to 2.0

This document shows you how to upgrade HortusFox from 1.6 to 2.0.

General upgrade steps

The following files and folders have to be replaced:

/app
/public/css
/public/js

Version specific upgrade steps

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