Installing Fortify SCA on Ubuntu 12.04
1. Download the fortify installer (an .iso file) from HP software center. Follow the instructions provided by HP.
2. Mount the iso file on /media/fortify directory sudo mkdir /media/fortify sudo mount -o loop <fortify installer file>.iso /media/fortify OR To mount the image so that it can be written to, use the following mount command instead: sudo mount -o rw,loop <fortify installer file>.iso /media/fortify 3. Goto Linux directory
4. Run the executable file -> for eg: HP_Fortify_SCA_and_Apps_3.70_linux_x64.run
5. Follow the normal installation process - license file, etc
===================================================================
To unmount sudo umount /media/example To remove the directory sudo rmdir /media/example













