Site Installation

The BenchPRO site package is available from the benchpro-site repo. You should setup the backend result collection database for your site before proceeding with this installation.

Clone the repo

git clone https://github.com/TACC/benchpro-site
cd benchpro-site

Setup your site specific settings in site.sh.

Run the installation script with

./install [ssh-key]

You will be prompted to provide the database user’s private key generated in the datase installation process. Alternatively you can provide it on the command line as the first argument to the install script.