Installing Faspex with a Setup File
You can automate Faspex installation by using setup files generated by the asctl command-line interface. The setup files define configuration options that are manually configured during a typical installation.
Generate the Setup Files
Install Faspex Using the Setup Files
Before installing Aspera Faspex:
- Disable SELinux (Security-Enhanced Linux) on your RedHat, CentOS or Fedora machine. SELinux, an access control implementation, causes the Faspex installation to fail with an error. Disable SELinux on your machine by following the instructions inDisabling SELinux.
- If you have an existing MySQL database installed, stop the MySQL service.
- If you have an existing Apache HTTP server installed, stop the Apache server.
Use the setup files to install the Aspera common and Faspex
applications.
Run the following commands manually or through a script to install the
applications:
# asctl apache:setup_from_file /path/to/apache_setup_file.yml
# asctl mysql:setup_from_file /path/to/mysql_setup_file.yml
# asctl faspex:setup_from_file /path/to/faspex_setup_file.yml