Cryptpad-server-upgrade: Difference between revisions
Jump to navigation
Jump to search
Initial |
(No difference)
|
Revision as of 05:34, 7 September 2024
Find the latest cryptpad releases : https://github.com/cryptpad/cryptpad/releases/
At a minimum, you will run:
git fetch origin --tags
Then you will select the latest tag:
git checkout 2024.3.0
Then you will make sure that all javascript is installed:
npm ci
npm install
npm run install:components
Then restart the server and check status:
systemctl restart cryptpad; systemctl status cryptpad