Studio Creatio
PDF
This documentation is valid for Creatio version 7.15.0. We recommend using the newest version of Creatio documentation.

Prepare Creatio setup files

Creatio setup files come as a zip archive. To unzip the archive, use the unzip command.

unzip -d /path/to/application/directory/ creatio_archive_name.zip

/path/to/application/directory/ – the directory to which Creatio setup files will be unzipped. We recommend using an empty directory. If you copied the setup archive to an empty directory, unzip the setup files to the same directory:

unzip creatio_archive_name.zip

creatio_archive_name.zip – the name of the archive with Creatio setup files.

Note

If running the unzip command results in the "command not found" error, install the unzip package first:

sudo apt-get install unzip

Did you find this information useful?

How can we improve it?