Created
April 9, 2011 22:04
-
-
Save tumf/911822 to your computer and use it in GitHub Desktop.
CentOS javaのインストール
This file contains hidden or 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
| #!/bin/bash | |
| yum -y install yum-priorities | |
| wget http://jpackage.org/jpackage.asc | |
| rpm --import jpackage.asc | |
| wget http://mirrors.dotsrc.org/jpackage/6.0/generic/free/RPMS/jpackage-release-6-2.jpp6.noarch.rpm | |
| rpm -Uvh jpackage-release-6-2.jpp6.noarch.rpm | |
| # jpackage-utils インストール | |
| yum -y install jpackage-utils | |
| yum -y tomcat6 tomcat6-webapps tomcat6-lib tomcat6-docs-webapp tomcat6-admin-webapps |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment