Installing IRONMAIDEN 8.0.3 on FreeBSD 9.1 amd64

Revision as of 21:39, 5 May 2013 by Solko (talk | contribs) (Created page with "install FreeBSD-9.1_amd64. this is important. it won't run on Linux. fetch packages. extract packages. change directory to the one you just extracted. run platform specific i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

install FreeBSD-9.1_amd64. this is important. it won't run on Linux.

fetch packages. extract packages. change directory to the one you just extracted. run platform specific installer so that you don't have to follow fancy howto's (as those are never followed anyway, right?).

mkdir -p /home/zimbra.install && \
  cd /home/zimbra.install && \
  fetch http://zimbra.imladris.sk/download/zimbra-packages/IRONMAIDEN-803/zcs-8.0.3-FreeBSD-9_amd64.tgz && \
  tar vxzf zcs-8.0.3-FreeBSD-9_amd64.tgz && \
  cd zcs-*/ && \
  ./FreeBSD_amd64.install.sh

you are required to enter 'yes' a few times.

Jump to: navigation, search