Aller au contenu principal

Installation

Remiz is available for Windows, Mac and Linux. You can download the latest version of the binary from the Github Release page

Extract the binary from the archive

On the release page, you'll find the link to an archive. For example, for Linux, you may want to choose the .tar.gz download option and may want to execute the following command :

wget https://github.com/remiz-org/remiz/releases/download/v0.0.23/remiz_v0.0.23_x86_64-unknown-linux-musl.tar.gz
tar -xf remiz_v0.0.23_x86_64-unknown-linux-musl.tar.gz

Choose a location for the binary

Once the binary extracted, you may want to choose a final location for installation. On Linux, many users will place the binary inside the /usr/local/bin since it's contained in the $PATH, thus making the remiz command available everywhere. You could also make a symbolic link to the binary from this folder :

ln -s ~/remiz/remiz /usr/local/bin/remiz

This is the prefered way to set up remiz properly since you will need to write the configuration where the binary resides.

Test your installation

If everything is set up, you will be able to execute the remiz command.

remiz
remiz 0.0.23
Packaging tool to build and deploy packages

USAGE:
remiz [OPTIONS] <SUBCOMMAND>

OPTIONS:
-h, --help Print help information
-v, --verbose Verbose mode (-v, -vv, -vvv, etc.)
-V, --version Print version information

SUBCOMMANDS:
build Build a package file from a configuration file
deploy Deploy a project from a package file
diff Compare the content of two package files. The output will be a list of metadata &
subpackages that are different. More info are displayed if subpackager implements
the `info` argument
help Print this message or the help of the given subcommand(s)
inspect Inspect a package file
unpack Unpack a package file into a folder (to inspect it for example)