Getting started with Metanorma on on Linux
Install Metanorma via Snap
Snap is a package manager on Linux originating from Ubuntu that allows excellent isolation between software installs.
It also happens that it is the easiest way to install Metanorma on Linux!
The Metanorma Snap package can be installed with a single command:
sudo snap install metanorma
If the Snap daemon, snapd
, isn’t available on your distribution, please
instead use the all-in-one install script described below for various platforms.
Install Metanorma via setup scripts
Ubuntu
Run the following commands.
sudo bash -c "curl -L https://raw.githubusercontent.com/metanorma/metanorma-linux-setup/master/ubuntu.sh | bash"
curl -L https://raw.githubusercontent.com/metanorma/metanorma-linux-setup/master/install-gems.sh | bash
CentOS
Run the following commands.
sudo bash -c "curl -L https://raw.githubusercontent.com/metanorma/metanorma-linux-setup/master/centos.sh | bash"
curl -L https://raw.githubusercontent.com/metanorma/metanorma-linux-setup/master/install-gems.sh | bash
Tip
|
You will need to have curl installed beforehand.
|
Tip
|
For details, please see the metanorma-linux-setup repository. |
For more information about metanorma
CLI see the Usage page of Metanorma CLI