Installation Package Content
After the workfusion-full-release-flat-.tar.gz package is unpacked on the Linux server, you'll see the following file structure. Here is the description of installation package contents:
workfusion-full-release-flat-<version>/
config.yml # main config file
secrets.yml # config file for sensitive values, like usernames/passwords and SSL certificate details
install.sh # main installation script. Use it to install or update Workfusion Software components.
generate-certificates.sh # helper script for generating self-signed certificates
wf-backup.sh # Backup script that can be used for cold backup/restore of WorkFusion data and configs
certificates/ # directory for SSL certificates. Before installation you should place your certificate here or generate them using generate-certificates.sh script.
sources/ # files used in the installation - workfusion artifacts and related software
manifest.yml # manifest file describing the contents of `sources/`. Should not be modified by the end user.
roles/ # Ansible roles and playbooks which power this installer. Should not be modified by the end user.
generate-certificates.yml # The file is pre-built and should not be modified by the end user
playbook.yml # The file is pre-built and should not be modified by the end user
backup.yml # The file is pre-built and should not be modified by the end user