OSDN Git Service

update KendoUI CDN version.(to 2013.2.918)
[libre10/libre10.git] / readme
1 ###########################################
2 #     Libre10 - yet another hoge -        #
3 #                            Ver.0.8.3    #
4 # 2013/11/01         yukikaze & long.inus #
5 #  Copyright (C) 2013                         #
6 ###########################################
7
8 Installation
9         Install dependent packages.
10
11         1:Debian
12                 $ sudo bash ./install_Debian.sh
13         2:Fedora/Centos(with EPEL)
14                 $ sudo bash ./install_Centos.sh
15         3:others
16                 cpan jre-1.6.0 GraphicsMagick poppler-utils libyaml libyaml-devel libxml2-devel libxslt-devel libxml2 libxslt python-devel
17                 python-setuptools 
18
19                 python libs
20                         $sudo easy_install solrpy lxml
21                 perl libs
22                         $sudo cpan CGI CGI::Carp DBI DBD::SQLite Data::Dumper::Concise YAML::XS URI::Escape HTML::Template::Pro WebService::Solr File::Slurp XML::Simple
23 Initialize & Indexing
24         Init solr
25                 $ cd solr/libre10/
26                 $ ./start.sh
27
28                 !!##Caution##!!
29                         you need to restart solr everytime when you restart your server.
30                         You may like to add path to rc.local
31
32         Indexing your pdf documents.
33                 $ python ./pdf2xml.py "/path to PDFs containing folder"
34                 !!##libre10 perl script extract jpg from pdf every access; you could not move pdfs from initial path.##!!
35
36 Setup www scripts
37         Move files and folders under www folder to any path in which perl script could work.
38         
39         !!for example!!
40         $sudo mkdir /var/www/html/libre10
41         $sudo chown 644 /var/www/html/libre10
42         cp -rp www/* /var/www/html/libre10/
43
44 Libre10 - yet another hoge - 
45 Copyright (C) 2013 yukikaze,long.inus,yussi
46
47 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 3 of the License.
48
49 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
50
51 You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. 
52
53 solr 4.3.0
54 solr 4.3.0 is under Apache License Version 2.0.
55 visit here
56 http://lucene.apache.org/solr/
57
58 jquery.mobile.flatui.* and files under images and fonts folders are 
59 jquery-mobile-flat-ui-theme by ququplay
60
61 visit here
62 http://ququplay.github.io/jquery-mobile-flat-ui-theme/
63
64 these files are licensed under The WTFPL License.
65
66
67