seanhess / centos-install
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Sean Clark Hess (author)
Tue Jul 28 08:47:04 -0700 2009
README.txt
## Add EPEL repository rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/$(uname -m)/epel-release-5-3.noarch.rpm ## Install git yum install git ## Check out the repo git://github.com/seanhess/centos-install.git ###### Scripts ##### basics.sh - yum update all (do first) basics2.sh - essential set up stuff (do second) insecure.sh - turns off the firewall and selinux LAMP.sh - installs LAMP mysql-insecure.sh - installs mysql and sets it up as a public server. nginx.sh - server software alternative to apache ruby.sh - installs ruby rails.sh - installs rails (do ruby first) ramaze.sh - a ruby framework (alternative to rails) user.sh - creates a new user for the system vmwaretools.sh - sets up the integration with vmware to add shared folders (vmware is a different virtual machine softwatre from virtual box)

