Skip to content
kenn edited this page Mar 24, 2013 · 3 revisions

Sunzi: Server Provisioning Utility for Minimalists

Sunzi is a software provisioning utility to build remote servers.

After the base operating system has been installed, we do a number of things:

  • Install basic packages (e.g. git, ntp, curl)
  • Install application runtime (e.g. Ruby using RVM or rbenv)
  • Configure settings for installed software (e.g. sysstat, iptables)

Sunzi automates just that.

Clone this wiki locally