patricks wrote:Could you compile a brief HowTo install Subsonic on OpenSolaris?
I'm interested to put it on my NAS box.
regards,
patrick.
I don't have a blow-by-blow because I installed under OpenSolaris a long time ago. I then upgraded to Solaris 11 then later upgraded the hardware then later upgraded to a newer version of Subsonic. Below are my notes from the various upgrades. It should get you headed in the right direction. See attached files for SMF manifest and shell script to start the application.
Good luck!
SITE SPECIFIC INFORMATION
Host name: dl585
Subsonic home: /export/site/subsonic
Subsonic user: webservd
NOTES FROM INSTALL ONTO NEW HARDWARE / Solaris 11 2012-02-25
bash-4.1$ sudo svccfg import /export/site/manifest.smf/subsonic.xml
# had to put dl585 on its own line in /etc/hosts for subsonic
############################################################
# 2012-11-16 Install Subsonic 4.7
############################################################
bash-4.1$ cd /export/site/subsonic/
bash-4.1$ sudo svcadm disable -t subsonic
bash-4.1$ sudo gtar xvf ~/Downloads/subsonic-4.7-standalone.tar.gz
Getting Started.html
LICENSE.TXT
README.TXT
subsonic.war
subsonic-booter-jar-with-dependencies.jar
subsonic.bat
subsonic.sh
bash-4.1$ sudo chown webservd *
bash-4.1$ sudo svcadm enable subsonic