Creatio administration
This documentation is valid for Creatio version 7.16.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, you can 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

Next step

Deploy Creatio database server via PostgreSQL on Linux

Did you find this information useful?

How can we improve it?