-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcheckList.txt
158 lines (125 loc) · 3.31 KB
/
checkList.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
Done
-----------------------------
zypper install git
zypper install yast2-gtk
zypper install yast2-nntp
zypper install git
zypper install wget
zypper install yast2-ntp-client
zypper install yast2-qt
zypper install idzebra
zypper install yast2-clients
zypper install yast2
zypper install yast2-sshd
zypper install yast2-graphic
zypper install yast2-ftp-server
zypper install yast2-ftp-server
Done
-----------------------------------------------------
cpan Algorithm::CheckDigits
cpan Biblio::EndnoteStyle
cpan Business::ISBN
cpan CGI::Session
cpan CGI::Session::Serialize::yaml
cpan Class::Accessor
cpan DBD::SQLite2
cpan Data::ICal
cpan Date::Calc
cpan Date::ICal
cpan Email::Date
cpan GD
cpan GD::Barcode::UPCE
cpan Graphics::Magick
cpan HTML::Scrubber
cpan HTML::Template::Pro
cpan HTTP::OAI
cpan JSON
cpan Lingua::Stem
cpan Lingua::Stem::Snowball
cpan Locale::Currency::Format
cpan Locale::PO
cpan MARC::Charset
cpan MARC::Crosswalk::DublinCore
cpan MARC::File::XML
cpan MIME::Lite
cpan Mail::Sendmail
cpan Memoize::Memcached
cpan Net::LDAP
cpan Net::LDAP::Filter
cpan Net::Server
cpan Number::Format
cpan PDF::API2
cpan PDF::API2::Page
cpan PDF::API2::Simple
cpan PDF::API2::Util
cpan PDF::Reuse
cpan PDF::Reuse::Barcode
cpan PDF::Table
cpan POE
cpan SMS::Send
cpan Schedule::At
cpan Text::CSV
cpan Text::CSV::Encoded
cpan Text::CSV_XS
cpan Text::Iconv
cpan UNIVERSAL::require
cpan XML::Dumper
cpan XML::LibXSLT
cpan XML::RSS
cpan XML::SAX::Writer
cpan Module::Install
cpan Array:Each
cpan ZOOM
Done
---------------------------------------------------------
cd /opt/
git clone git://git.koha-community.org/koha.git kohaclone
cd kohaclone/
git checkout -b bcl-32x origin/3.2.x
git log
git reset --hard 51199afbc12eeac014d6175146ab247ba495d5c7
Done
---------------------------------------------------------
cpan Authen::CAS::Client
yast -i libyaz-dev
yast -i make
yast -i gcc
yast -i <install yaml packages for perl and yaml devel)
Done
---------------------------------------------------------
git am -3 -i -s -u test/*.patch
Done
----------------------------------------------------------
vim /usr/lib/perl5/vendor_perl/5.16.0/XML/SAX/ParserDetails.ini
perl misc/sax_parser_print.pl
locate ParserDetails.ini
Parser should be set to: XML::LibXML::SAX::Parser
Done
---------------------------------------------------------
grant all on koha.* to 'kohaadmin'@'localhost' identified by 'pkoha'
Done
---------------------------------------------------------
Done
---------------------------------------------------------
In order to use mod_rewrite you can type the following command in the terminal:
$ a2enmod rewrite
Restart apache2 after
$/etc/init.d/apache2 restart
Check modules installed
$grep -r "LoadModule" /etc/apache2
Done
------------------------------------------
Zebra Indexing
export KOHA_CONF=/etc/koha-dev/etc/koha-conf.xml
export PERL5LIB=/opt/kohaclone
nohup perl misc/migration_tools/rebuild_zebra.pl -b -r -v -x > zebra-index.out
Done
---------------------------------------------
For SQL Report Queries one has to install Text::Table module
cpan -i Text::Table
Done
---------------------------------------------
Zebra Configure
Change below 2 lines to 30G from 4G in file /etc/koha-dev/etc/zebradb/zebra-biblios.cnf
register: /etc/koha-dev/var/lib/zebradb/biblios/register:30G
shadow: /etc/koha-dev/var/lib/zebradb/biblios/shadow:30G