OSDN Git Service

fix installer for Debian.
authorgn64_jp <gn64@rec10.org>
Sun, 2 Jun 2013 00:12:04 +0000 (09:12 +0900)
committergn64_jp <gn64@rec10.org>
Sun, 2 Jun 2013 00:12:04 +0000 (09:12 +0900)
install.sh [deleted file]
install_Debian.sh

diff --git a/install.sh b/install.sh
deleted file mode 100644 (file)
index aea20fb..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-sudo mkdir /var/lib/libre10/
-sudo chmod -R 777 /var/lib/libre10
-sudo cp ./conf/libre10.conf /etc/libre10.conf
-sudo chmod 644 /etc/libre10.conf
\ No newline at end of file
index c6b1091..8ebc9cd 100644 (file)
@@ -1,8 +1,8 @@
 #!/bin/bash
 echo "Libre10 installer for Debian."
-apt-get install jre graphicsmagick poppler-utils libyaml
+apt-get install openjdk-7-jre graphicsmagick poppler-utils
 apt-get install python-setuptools
-apt-get install python-yaml python-lxml pysolr
+apt-get install python-yaml python-lxml python-pysolr
 apt-get install libwebservice-solr-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の実行が可能なフォルダへ移動してください。"