Skip to content
JoshuaEstes edited this page May 9, 2012 · 9 revisions

ServerTools

ServerTools is a utility that helps you manage and maintain servers. Just like tools such as Chef will setup a server. This is geared more for developers or sys admins. It should be a tool that can be used across many different platforms with it working the same on Mac, Windows, and Linux.

Installation

cd ~
git clone git://github.com/JoshuaEstes/ServerTools.git
cd ServerTools
curl -s http://getcomposer.org/installer | php
./composer.phar install
ln -s $HOME/ServerTools/st $HOME/bin/st

HOWTOs

More

Clone this wiki locally