Walkthru on downloading and installing ACS

Retrieving

ACS releases are hosted here, and contains a long history of released versions.

Installing

Installing should be as simple as unpacking the ACS binaries into some folder in your $PATH.

Updating

acs can be updated in one of two ways.

With an internet connection

If you have a connection to the internet and have a recent copy of ACS, you can simply run

    acs update

Without an internet connection

Functionally, this is the same as an install. Just unpack the binaries into some folder in your path

    tar xf path/to/archive.tar.gz -C /usr/local/bin