Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 587 Bytes

File metadata and controls

24 lines (19 loc) · 587 Bytes

Install

  1. Get the setup script

    curl -o ~/ipf-setup.sh https://raw.githubusercontent.com/access-ci-org/ipf/refs/heads/master/setup.sh
    
  2. Run the setup script

    bash ~/ipf-setup.sh
    

Installs into ~/ipf.

Next: First time setup

Advanced

Custom Options

Customize installation dir

  • Set and export environment variable IPF_INSTALL_DIR (before running ipf-setup.sh) Note: The default install dir is ~/ipf.
  • Remember to replace ~/ipf with $IPF_INSTALL_DIR in all the commands referenced in these docs.