This script will setup a rackspace centos server by installing/configuring commonly used tools.
- Install git
- Run the setup script with the name of the user account you want to create
Usage:
yum -y -q install git
git clone https://github.com/jtnelson/centos-server-setup.git
cd centos-server-setup
./setup_centos.sh <username>