OSDN Git Service

fix centos installer
authorgn64_jp <gn64@rec10.org>
Sun, 28 Jul 2013 10:14:11 +0000 (19:14 +0900)
committergn64_jp <gn64@rec10.org>
Sun, 28 Jul 2013 10:14:11 +0000 (19:14 +0900)
install_Centos.sh
readme

index 94fd528..daee9ab 100644 (file)
@@ -4,7 +4,7 @@ echo "If you haven't enabled EPEL, you would better do it."
 echo "You've already enabled EPEL?[Y/n]"
 read YN
 if [ $YN = 'N' ] || [ $YN = 'n' ]; then
-       yum install cpan jre GraphicsMagick poppler-utils libyaml libyaml-devel libxml2-devel libxslt-devel libxml2 libxslt python-devel
+       yum install cpan jre java-1.6.0 GraphicsMagick poppler-utils libyaml libyaml-devel libxml2-devel libxslt-devel libxml2 libxslt python-devel
        yum install python-setuptools
        easy_install pysolr
        easy_install lxml
@@ -12,7 +12,7 @@ if [ $YN = 'N' ] || [ $YN = 'n' ]; then
        cpan CGI CGI::Carp DBI DBD::SQLite Data::Dumper::Concise YAML::XS URI::Escape HTML::Template::Pro WebService::Solr File::Slurp XML::Simple
        bash ./etc_process.sh
 else
-       yum install cpan jre GraphicsMagick poppler-utils libyaml libyaml-devel libxml2-devel libxslt-devel libxml2 libxslt python-devel
+       yum install cpan jre java-1.6.0 GraphicsMagick poppler-utils libyaml libyaml-devel libxml2-devel libxslt-devel libxml2 libxslt python-devel
        yum install python-setuptools
        easy_install pysolr
        easy_install lxml
diff --git a/readme b/readme
index 973b540..fbdb24d 100644 (file)
--- a/readme
+++ b/readme
@@ -13,7 +13,7 @@ Installation
        2:Fedora/Centos(with EPEL)
                $ sudo bash ./install_Centos.sh
        3:others
-               cpan jre GraphicsMagick poppler-utils libyaml libyaml-devel libxml2-devel libxslt-devel libxml2 libxslt python-devel
+               cpan jre-1.6.0 GraphicsMagick poppler-utils libyaml libyaml-devel libxml2-devel libxslt-devel libxml2 libxslt python-devel
                python-setuptools 
 
                python libs