Revolving around the core of technology
Step 1: | Download Java from http://www.freebsdfoundation.org/java. In this example, I downloaded the JDK for FreeBSD 7.x/i386. The actual file name was diablo-jdk-freebsd7.i386.1.6.0.07.02.tbz |
---|---|
Step 2: | Install dependent packages first using the following commands:
$ pkg_add -v -r xtrans
$ pkg_add -v -r xproto $ pkg_add -v -r xextproto $ pkg_add -v -r javavmwrapper |
Step 3: | Install Java (the .tbz file is the one you downloaded in step 1)
pkg_add -v diablo-jdk-freebsd6.i386.1.6.0.07.02.tbz
|
Step 4: | Download Syncrify from http://synametrics.com/files/Syncrify/SyncrifyOther.tar.gz |
Step 5: | Use the following command to unzip the file:
tar -zxvf SyncrifyOther.tar.gz
|
Step 6: | Modify the run.sh script if necessary. You might have to:
|
Step 7: | Execute run.sh to run Syncrify. NOTE: You may have to change your shell to bash if you modified the script to do so in the above step. You can check your shell by typing the following:
echo $0
If you do not see
bash
return from this command then type
bash
to temporarily change the shell for this session.
Optionally, you can permanently change the shell for the user by typing the following:
chsh -s /bin/bash <user_name>
|
Step 8: | Open a browser from another machine and try connecting to:
http://192.168.1.120:5800
This is assuming the IP address of your FreeNAS server is 192.168.1.120 |