INSTALLATION MANUAL
===================
The fci-client runs on Linux, FreeBSD, OpenBSD, Mac OS X and Windows,
the fci-server runs on Linux, and on FreeBSD & OpenBSD using Linux emulation.
The fci-client sends data from a client to the fci-server, among which are the
output of Dick Howells qd, Operating System and Hardware information and the
most interesting files in the Folding@Home client directory.
The server does almost all processing, and uses various tools to do it.
The tools uses by the FCI server are:
- xyz2pdb
- rasmol
- convert (from ImageMagick)
- htpasswd (from Apache)
convert and htpasswd should be installed before FCI is.
xyz2pdb is shipped with FCI, just like Dick Howells qd is. xyz2pdb is used to
convert the current.xyz to a .pdb which is fed to rasmol.
A 32 bit Linux binary of rasmol is also shipped, but many Linux distros and
FreeBSD have native packages of rasmol. Rasmol is used to generate an image
and/or animation of the projects in the current.xyz which the clients upload.
convert is part of ImageMagick, it's used to compile animations out of multiple
rasmol generated images.
Installing on Linux
-------------------
Debian, Ubuntu & MEPIS:
See documentation/INSTALL.Debian for more information.
Fedora:
See documentation/INSTALL.Fedora for more information.
CentOS:
See documentation/INSTALL.CentOS for more information.
Gentoo:
See documentation/INSTALL.Gentoo for more information.
Arch:
See documentation/INSTALL.Arch for more information.
Slackware:
See documentation/INSTALL.Slackware for more information.
Mandriva:
See documentation/INSTALL.Mandriva for more information.
OpenSUSE:
See documentation/INSTALL.OpenSUSE for more information.
Installing on FreeBSD
---------------------
See documentation/INSTALL.FreeBSD for more information.
Installing on OpenBSD
---------------------
See documentation/INSTALL.OpenBSD for more information.
Installing on Mac OS X
----------------------
See documentation/INSTALL.MacOSX for more information.
Installing on Windows
---------------------
See documentation/INSTALL.Windows for more information.
|