-
Get the setup script
curl -o ~/ipf-setup.sh https://raw.githubusercontent.com/access-ci-org/ipf/refs/heads/master/setup.sh -
Run the setup script
bash ~/ipf-setup.sh
Installs into ~/ipf.
Next: First time setup
- Set and export environment variable IPF_INSTALL_DIR (before running
ipf-setup.sh) Note: The default install dir is~/ipf. - Remember to replace
~/ipfwith$IPF_INSTALL_DIRin all the commands referenced in these docs.