Commit 7f68454c4fab5d24b3eef0b9817562f28b40045d
1 parent
391c7119
Exists in
master
and in
31 other branches
Remove Sorl from script.
Showing
1 changed file
with
0 additions
and
18 deletions
Show diff stats
vagrant/provision.sh
@@ -36,21 +36,3 @@ fi | @@ -36,21 +36,3 @@ fi | ||
36 | colab-admin migrate | 36 | colab-admin migrate |
37 | colab-admin loaddata /vagrant/tests/test_data.json | 37 | colab-admin loaddata /vagrant/tests/test_data.json |
38 | 38 | ||
39 | - | ||
40 | -### Install solr | ||
41 | - | ||
42 | -colab-admin build_solr_schema -f /tmp/schema.xml | ||
43 | - | ||
44 | -export SOLR_VERSION=4.10.3 | ||
45 | -export SOLR_CONFS="/tmp/schema.xml" | ||
46 | - | ||
47 | -$basedir/ci/install_solr.sh | ||
48 | -/home/vagrant/solr-4.10.3/bin/solr stop -p 8983 | ||
49 | - | ||
50 | -# Init.d Solr files | ||
51 | -sudo cp $basedir/vagrant/misc/etc/init.d/solr /etc/init.d/ | ||
52 | -cp $basedir/vagrant/solr/start.sh /home/vagrant/solr-$SOLR_VERSION | ||
53 | -sudo chkconfig --add solr | ||
54 | -sudo service solr start | ||
55 | - | ||
56 | -colab-admin rebuild_index --noinput |