From 61dbffa8db20db96f8220c6f42e0d130d15ebd02 Mon Sep 17 00:00:00 2001 From: gn64_jp Date: Mon, 1 Jul 2013 00:33:15 +0900 Subject: [PATCH] fix installer. --- install_Centos.sh | 2 +- install_Debian.sh | 1 + readme | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/install_Centos.sh b/install_Centos.sh index 029cf65..246765a 100644 --- a/install_Centos.sh +++ b/install_Centos.sh @@ -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にあります。" diff --git a/install_Debian.sh b/install_Debian.sh index fdc0628..966ed92 100644 --- a/install_Debian.sh +++ b/install_Debian.sh @@ -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 --- 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) -- 2.11.0