Cryptpad-server-upgrade

From Irregularpedia
Revision as of 05:34, 7 September 2024 by Maintenance script (talk | contribs) (Initial)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Find the latest cryptpad releases : https://github.com/cryptpad/cryptpad/releases/

At a minimum, you will run:

<syntaxhighlight lang="shell">git fetch origin --tags</syntaxhighlight> Then you will select the latest tag:

<syntaxhighlight lang="shell">git checkout 2024.3.0</syntaxhighlight> Then you will make sure that all javascript is installed:

<syntaxhighlight lang="shell">npm ci npm install npm run install:components</syntaxhighlight> Then restart the server and check status:

<syntaxhighlight lang="shell">systemctl restart cryptpad; systemctl status cryptpad</syntaxhighlight>