Created
April 18, 2011 05:07
-
-
Save awayken/924842 to your computer and use it in GitHub Desktop.
Install Awayken.com
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Tomcat 5.5.x | |
tar -xf apache-tomcat-5.5.33.tar.gz | |
mv apache-tomcat-5.5.33 /usr/tomcat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
su [password] | |
yum install httpd #probably already installed | |
yum -y install php | |
yum -y install mysql-server mysql | |
yum -y install ant |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment