OSDN Git Service

fix installer.
authorgn64_jp <gn64@rec10.org>
Sun, 30 Jun 2013 15:33:15 +0000 (00:33 +0900)
committergn64_jp <gn64@rec10.org>
Sun, 30 Jun 2013 15:33:15 +0000 (00:33 +0900)
install_Centos.sh
install_Debian.sh
readme

index 029cf65..246765a 100644 (file)
@@ -4,7 +4,7 @@ yum install jre GraphicsMagick poppler-utils libyaml libyaml-devel libxml2-devel
 yum install python-setuptools
 easy_install pysolr
 yum install PyYAML
-cpan CGI CGI::Carp DBI DBD::SQLite Data::Dumper::Concise YAML::XS URI::Escape HTML::Template::Pro WebService::Solr File::Slurp
+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
 echo "Libre10のインストールが終了しました。このあと、solrの稼働およびwwwフォルダ内のファイルをperlの実行が可能なフォルダへ移動してください。"
 echo "設定ファイルは/etc/libre10.confにあります。"
index fdc0628..966ed92 100644 (file)
@@ -6,5 +6,6 @@ apt-get install python-yaml python-lxml python-pysolr
 apt-get install libwebservice-solr-perl libxml-simple-perl libperl6-slurp-perl libhtml-template-pro-perl liburi-encode-perl libyaml-libyaml-perl libdbd-sqlite3-perl libdbi-perl libcgi-pm-perl libdata-dumper-concise-perl
 bash ./etc_process.sh
 echo "Libre10のインストールが終了しました。このあと、solrの稼働およびwwwフォルダ内のファイルをperlの実行が可能なフォルダへ移動してください。"
+echo "solrはsolr/libre10/へ移動した後、java -jar start.jarで実行できます。"
 echo "設定ファイルは/etc/libre10.confにあります。"
 echo "pdfの追加をする場合は、indexフォルダ内のpdf2xml.py ~~.pdfというように実行してください。"
diff --git a/readme b/readme
index da99bf1..be14c34 100644 (file)
--- a/readme
+++ b/readme
@@ -1,13 +1,13 @@
 ###########################################
 #     Libre10 - yet another hoge -        #
 #                            Ver.0.8.0    #
-# 2013/05/31         yukikaze & long.inus #
+# 2013/07/01         yukikaze & long.inus #
 #  Copyright (C) 2013                        #
 ###########################################
 
-[Dependent]
+[Dependencies]
 pdfimages
-ImageMagick(convert)
+GraphicsMagick
 libyaml
 --perl-----------
 cpan(perl-CPAN)