OSDN Git Service

add solr-4.6.0
[libre10/libre10.git] / etc_process.sh
1 #!/bin/bash
2 mkdir /var/lib/libre10/
3 cp ./conf/libre10.conf /etc/libre10.conf
4 chmod 644 /etc/libre10.conf
5 python ./index/pdf2xml.py
6 chmod -R 777 /var/lib/libre10
7 mkdir /tmp/libre10
8 chmod -R 777 /tmp/libre10
9
10