Skip to content

Manual Upgrade

Marvin Menzerath edited this page Jul 11, 2018 · 1 revision

Requirements

  • Installed packages: git, nodejs, npm, wget
    • You should install a current Node.js version (e.g. v6 LTS) by following these instructions
    • This process will also install the npm binary
    • Be advised that most linux distributions ship an older version of Node.js which will not work correctly
  • A running webserver (e.g. apache2, nginx, lighttpd, etc.)
  • A running DAPNET Core with a reachable REST-interface

Updating

Before updating make sure to read the changelog and to backup your customized files (see above)!

  1. Update your local repository: git fetch
  2. Run through step 2 of the installation process
  3. Run through steps 8. to 11. of the installation process
  4. Done!
Clone this wiki locally