Open zmughal opened 9 years ago
More useful information at:
http://unix.stackexchange.com/questions/72882/solaris-development-host http://docs.oracle.com/cd/E24457_01/html/E21986/ossrn.html#scrolltoc http://docs.oracle.com/cd/E23824_01/html/E21802/gihhp.html
And the install page of SolarisStudio (after the Oracle login)
rsync ~/Downloads/pkg.oracle.com.* ~/sw_projects/PDLPorters/devops/devops/os/solaris/
sudo pkg set-publisher \
-k /vagrant/pkg.oracle.com.key.pem \
-c /vagrant/pkg.oracle.com.certificate.pem \
-G "*" -g https://pkg.oracle.com/solarisstudio/release solarisstudio
sudo pkg install solarisstudio-123
export MANPATH=/opt/solarisstudio12.3/man:$MANPATH;
export PATH=/opt/solarisstudio12.3/bin:$PATH;
If I run all of this, will I have a working Solaris vm?
Next step would be to puppetise this or by other means be able to automatically run perl module installation/tests.
More or less. I need to clean it up some more. Or I could package up my VM. :-P
The position I'd like to be in is with a process to take the vagrantbox.es image, and build it into a dev box for us. That will ensure we have a clean box. If we then package that as an even easier way in, that's a separate step.
Also available in FreeBSD! https://github.com/vmactions/freebsd-vm
Recording the steps taken for testing on Solaris:
Set up VM
Download SolarisStudio 12.3 from here. You will need to create an Oracle account.
Prepare PDL build