forked from JoshuaEstes/ServerTools
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
JoshuaEstes edited this page May 9, 2012
·
9 revisions
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.
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