Ubuntu 10.04 Install Script
Posted: Mon Aug 02, 2010 7:20 pm
This is a basic Folding@Home install script. It works on both SMP and Uniprocessor... It was originally made by jpkotta. I have took this script and made some modifications, so it may now be used on Ubuntu 10.04 Lucid, but at the moment, it was designed mostly for Lucid, but MAY work on other Linux Distros... To use it and install Folding@Home do the following (Note: It automatically installs all dependencies if you do not have them, such as 32-Bit libraries. This script was not fully tested! Run at own risk!)
WARNING: MAKE SURE YOU RUN UPDATE MANGER FIRST! THE SCRIPT MAY ENCOUNTER MANY ERRORS IF YOUR SYSTEM IS NOT UP TO DATE!
DO ALL THE FOLLOWING IN TERMINAL! MAY BE LOCATED IN Applications > Accessories > Terminal
Download the tarball
Alternative Method: Download it from http://www.mediafire.com/?422yb28tbhyk5yt then drag & drop it to your home folder.
Extract the tarball
Go to the directory with the scripts.
If you wish to read the 'Read Me'
If you wish to install it to the root system (recommended)
Or if you wish to install to user
The installer will not immediately start the client.
If you installed to the system, run
If you installed as a regular user, run
Reconfigure Settings
You can change options for all clients by running the reconfigure script.
If you installed to the system, run
If you installed as a regular user, run
~/opt/foldingathome/reconfigure.sh
More info can be found on README... If you need help you can ask me on the forum... If you come across any errors, you can report them here and I will TRY to fix them... If you find it works on more Distros feel free to say which ones!
WARNING: MAKE SURE YOU RUN UPDATE MANGER FIRST! THE SCRIPT MAY ENCOUNTER MANY ERRORS IF YOUR SYSTEM IS NOT UP TO DATE!
DO ALL THE FOLLOWING IN TERMINAL! MAY BE LOCATED IN Applications > Accessories > Terminal
Download the tarball
Code: Select all
Please use alternative method!
Extract the tarball
Code: Select all
tar xvf fah_install.tar.gz
Code: Select all
cd fah_install
Code: Select all
less README
Code: Select all
sudo ./install.sh install
Code: Select all
./install.sh install
If you installed to the system, run
Code: Select all
sudo /etc/init.d/foldingathome start
Code: Select all
~/opt/foldingathome/foldingathome start
You can change options for all clients by running the reconfigure script.
If you installed to the system, run
Code: Select all
sudo /opt/foldingathome/reconfigure.sh
~/opt/foldingathome/reconfigure.sh
More info can be found on README... If you need help you can ask me on the forum... If you come across any errors, you can report them here and I will TRY to fix them... If you find it works on more Distros feel free to say which ones!