You can let the installation run unattended by predefining a response file (unattended.yml in our example) in the following format:
settings: server_user: www-data server_group: www-data default_culture: german default_country: germany upload_max_size: 500M transcode_required: false transcoding_opensource_ffmpeg: /usr/bin/ffmpeg transcoding_opensource_ffprobe: /usr/bin/ffprobe transcoding_opensource_exiftool: /usr/bin/exiftool portal_homepage: http://www.yourdomain.com portal_email_sender: info@yourdomain.com portal_name: VIMP portal_title: VIMP portal_keywords: VIMP portal_description: VIMP database: host: localhost port: 3306 database: vimp username: vimp password: vimp123
After that, start the installer with installation path and the answer file as follows:
./vimp.framework-<version>-<edition>-installer.bin -y –f unattended.yml -p /var/www/vimp