Skip to content

Commit

Permalink
[deb] Update schema version on SOLR setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed May 4, 2012
1 parent e0cb4c7 commit 006c7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan_deb/usr/bin/ckan-setup-solr
Expand Up @@ -22,7 +22,7 @@ sed \
-e "s,#JETTY_PORT=8080,JETTY_PORT=8983," \
-i /etc/default/jetty
mv /usr/share/solr/conf/schema.xml /usr/share/solr/conf/schema.xml.`date --utc "+%Y-%m-%d_%T"`.bak
ln -s /usr/lib/pymodules/python2.6/ckan/config/solr/schema-1.3.xml /usr/share/solr/conf/schema.xml
ln -s /usr/lib/pymodules/python2.6/ckan/config/solr/schema-1.4.xml /usr/share/solr/conf/schema.xml
service jetty stop
service jetty start
echo "done."

0 comments on commit 006c7dc

Please sign in to comment.