Zero Config Folding

From FaHWiki

Jump to: navigation, search

Contents

Easiest Folding Installation Ever

I've put together an script that takes all of the heavy lifting out of installing and configuring folding on linux clients. The script makes use of finstall. This has been tested and should work on Ubuntu, Debian, Fedora, SUSE, RedHat and similar variants. Details below on installation, configuration, uninstallation, etc.

Downloads

Downloads of this script are available in two ways.

Visit folding.sh

OR

bzr branch http://bazaar.launchpad.net/~christer.edwards/folding/main

Decompressing

After you have downloaded the folding archive you can unpack it using on of the following:

tar -xf folding* (for the .tar.bz2 and .tar.gz files)
unzip folding* (for the .zip version)

Once you have this downloaded and unpacked the commands below outline basic use:

Installation and Configuration

Completely automated installation is done using:

sudo ./folding.sh --install

Updating the username and team information is done using:

sudo ./folding.sh --rename

Deploying folding across a network (root access via ssh required) is done using:

sudo ./folding --deploy

Removal of folding.sh, the folding client and all folding data is done using:

sudo ./folding --erase

Checking the status of your client is also possible using:

sudo /etc/init.d/folding status (Ubuntu / Debian)
sudo service folding status (Fedora / RedHat)

Bugs can be submitted to folding on launchpad

Questions can be submitted to questions about folding

Personal tools