Install from an installation package
Legacy bare-metal deployment
This page describes the legacy bare-metal .deb package installation method. For new deployments, use the Linux container guide instead.
To install Canvus server from an installation package, follow these steps:
- Browse to the MultiTaction Downloads page:
a. Register on the MultiTaction apps web site: https://apps.multitaction.com/ b. Contact MultiTaction Sales and request access to the Canvus downloads page: https://www.multitaction.com/support-request/ c. Launch a browser on the designated host computer and log on to the MultiTaction Cornerstone web site (see step 1.a). d. Browse to the Downloads page: https://apps.multitaction.com/mt-canvus/canvus-downloads.html
-
Download the appropriate Canvus server installer.
-
Open a terminal in the directory where you downloaded the package and install it with
apt:sudo apt install ./mt-canvus-server-<version>.debUsing
apt install(rather thandpkg -i) ensures all required system libraries are pulled in automatically. The package targets vanilla Ubuntu 24.04 LTS and pulls its dependencies from the standard archive. Replace<version>with the actual version string from the downloaded file. -
The Canvus server is installed under
/opt/mt-canvus-server-<version>. The systemd service unit, configuration files under/etc/MultiTaction/canvus/, and dynamic linker cache are registered automatically.