2.2. Other Unix systems

2.2.1. FreeBSD

Download the package file (we choose 64-bit FreeBSD 9 for example):

	wget http://sourceforge.net/projects/wolframe/files/wolframe-binaries/0.0.3
/FreeBSD-9/x86_64/wolframe-0.0.3
-x86_64.tgz
				

You install the Wolframe package with:

	pkg_add wolframe-0.0.3
-x86_64.tgz 
				

The FreeBSD packages contain the whole server and the whole client respectively.

You can start the service with:

	/usr/local/etc/rc.d/wolframed onestart
				

To start the Wolframe service at system boot time you have to edit the file /etc/rc.conf and enable the wolframe daemon there with:

	wolframed_enable="YES"
				

You can start the service now with:

	service wolframed start
				

2.2.2. NetBSD

Download the package file (we choose 64-bit NetBSD 6 for example):

	wget http://sourceforge.net/projects/wolframe/files/wolframe-binaries/0.0.3
/NetBSD-6/x86_64/wolframe-0.0.3
-x86_64.tgz
				

You install the Wolframe package with:

	pkg_add wolframe-0.0.3
-x86_64.tgz 
				

The NetBSD packages contain the whole server and the whole client respectively.

You can start the service with:

	/usr/pkg/share/examples/rc.d/wolframed onestart
				

To start the Wolframe service at system boot time you have to edit the file /etc/rc.conf and enable the wolframe daemon there with:

	wolframed=YES
				

Copy the example startup script to the final place:

	cp /usr/pkg/share/examples/rc.d/wolframed /etc/rc.d/
				

You can start the service now with:

	/etc/rc.d/wolframed
				

2.2.3. Solaris 10

Download the package file for SPARC Solaris 10 (the only one we can build at the moment):

	wget http://sourceforge.net/projects/wolframe/files/wolframe-binaries/0.0.3
/Solaris-10/sparc/wolframe-0.0.3
-sparc-5.10.pkg.Z
				

You install the Wolframe package with:

	uncompress wolframe-0.0.3
-sparc-5.10.pkg.Z
	pkgadd -d wolframe-0.0.2-sparc-5.10.pkg all
				

The Solaris packages contain the whole server and the whole client respectively.

The package installs to the /opt/csw directory tree.

Install the CSW toolchain (http://www.opencsw.org) and the minimally required packages:

	pkgadd -d http://get.opencsw.org/now
	pkgutil --install CSWlibgcc CSWlibssl1
				

Depending on the third party software you plan to use you also have to install those packages, for instance to run a Sqlite3 database you have to install 'CSWsqlite3'.

You can start the service now with:

	/etc/opt/csw/init.d/wolframed start