Skip to content

Adams 0.1

Compare
Choose a tag to compare
@thodg thodg released this 10 Apr 19:59
· 48 commits to master since this release

Adams is a UNIX system administration tool written in Common Lisp.

Adams does not require any setup on the systems you want to manage.

Adams is free and open source.

To install without git extract adams-0.1-deps.tar.gz in the adams source directory and call make.

  $ wget https://github.com/cl-adams/adams/releases/download/adams-0.1/adams-0.1.tar.gz
  $ tar xzf adams-0.1.tar.gz
  $ cd adams-0.1
  $ wget https://github.com/cl-adams/adams/releases/download/adams-0.1/adams-0.1-deps.tar.gz
  $ tar xzf adams-0.1-deps.tar.gz
  $ make
  $ sudo cp build/adams /usr/local/bin/