Skip to content

Instantly share code, notes, and snippets.

@tumf
Created April 9, 2011 22:04
Show Gist options
  • Select an option

  • Save tumf/911822 to your computer and use it in GitHub Desktop.

Select an option

Save tumf/911822 to your computer and use it in GitHub Desktop.
CentOS javaのインストール
#!/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