Caltech Library logo
skip to main content

Installation clasm

clasm Interactive Go CLI (clasm) for administering Caltech Library DLD’s AWS EC2 instances, AMIs, and S3 backup archives, with support for tag management, cloud-init inspection, and backup archival to S3.

Installing from source

Required software

Steps

  1. git clone https://github.com/caltechlibrary/clasm
  2. Change directory into the clasm directory
  3. Make to build, test and install
git clone https://github.com/caltechlibrary/clasm
cd clasm
make
make test
make install