jtnelson / centos-server-setup

A small script to configure a centos web server on rackspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

centos-server-setup

This script will setup a rackspace centos server by installing/configuring commonly used tools.

  1. Install git
  2. 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>

About

A small script to configure a centos web server on rackspace

License:MIT License


Languages

Language:Shell 100.0%