Here are the steps to install AXIGEN
The installation kit consists in a self-extracting shell script which contains an embedded archive with the AXIGEN package specific to the platform and OS flavor that you have downloaded it for. An additional installation script which runs automatically is also embedded in the self-extracting shell script.After downloading the installation kit file, suffixed with the .run extension, you can start to install it by running, as root:
sh <file.run>
or by setting the executable bit and then running it directly:
chmod o+x <file.run>
./<file.run>
However, the installation instructions will further refer only to the first option presented above:
The AXIGEN license will be displayed using the "less" or "more" pager application, whichever is found on the system. To quit the pager application, after reading the license, the q key must be pressed. The license has to be accepted, in order to continue with installation, by typing yes, when the wizard asks for it.The self-extracting shell script will automatically perform the following tasks:
- check MD5 sums of the embedded archive and scripts
- extract the embedded archive and scripts
- run the installation wizard script
In order to improve our packaging services, any error occurred during the execution of the shell script should be reported to our Technical Support Team at support@axigen.com.
If you wish to only unpack the installation embedded objects and have the possibility to run the installation script wizard later, you can add the --unpack parameter when invoking the script:
sh <file.run> --unpack
As a result, the display of the temporary directory where objects were extracted to and the command that has to be issued will invoke the installation wizard script at a later time.
