Extract the BundleWorks package
cd $HOME/works/bundles gunzip < $HOME/works/downloads/bundleworks-1.0b1.tgz | tar xf -
Run the BundleWorks deploy script named 'deploy.sh' located at the root of the extracted package ($HOME/works/bundles/bundleworks/1.0b1/).
cd $HOME/works/bundles/bundleworks/1.0b1/ ./deploy.sh
After accepting the license agreement, provide the following answers when prompted:
The deploy script will create a 'work' directory inside '$HOME/works/bundleworks'. This directory is used for BundleWorks configuration, logs, and runtime data.
The BundleWorks script will ask if you want to update your .profile (if found). If you answered 'no' to this question, you will need to add the BundleWorks load command yourself. Use vi or your favorite editor to open your '$HOME/.bashrc' or '$HOME/.profile' file and add the following line (note the period and space to start the line):
. $HOME/works/bundleworks/work/bin/load.sh
Verify the installation by logging out and logging back in. Type bw version and you should see:
$ bw version BundleWorks version 1.0b1 (Sat, 01 Dec 2007) Copyright (c) 2007 Sauers Technologies. All Rights Reserved.