upgrading conzept

[TODO: update with the Docker workflow ]

To upgrade your Conzept installation to the latest version in the Git repository, follow these steps:

  • First backup the Conzept data directories: /etc/conzept/settings.conf and /app/explore2/src/data
  • install all files from the repo:
    • cd conzept
    • cp -r * [YOUR CONZEPT ROOT DIRECTORY]
  • insert your data backup:
    • cp settings.conf /etc/conzept
    • cp -r data/* [YOUR CONZEPT ROOT DIRECTORY]/app/explore2/src/data/
    • cd [YOUR CONZEPT ROOT DIRECTORY]/app/explore2/
    • npm run build