Install Portfolio-synode

Download synode package according the target OS type at the Portfolio Homepage.

Uninstall Synodes

Uninstall Portfolio-synode on Windows

  • Uninstall Services for Windows:

In CMD Termnial, or VS Code Bash Termnial,

# cd portfolio-synode
synode-uninstall-srv

This will uninstall the Windows services.

Now it’s safe to delete the portfolio-synode folder, where the zip file is unzipped. The files saving location is specified by the volume path. You can delete the folder if you don’t need the uploaded files anymore.

Uninstall Portfolio-synode on Windows

Here is the command templates, for uninstall services of synode Id closed-test-1-hub:

sudo systemctl stop closed-test-1-hub.service closed-test-1-hub.web.service
sudo systemctl disable closed-test-1-hub.service closed-test-1-hub.web.service
sudo rm /etc/systemd/system/closed-test-1-hub.service
sudo rm /etc/systemd/system/closed-test-1-hub.web.service
sudo systemctl daemon-reload
sudo systemctl reset-failed