Commit 9f9d346605c028cd534cf01d2a1ac47211da12a1
1 parent
5af82b0a
Exists in
master
and in
30 other branches
Solr not needed
Showing
1 changed file
with
0 additions
and
16 deletions
Show diff stats
vagrant/provision.sh
| ... | ... | @@ -42,22 +42,6 @@ fi |
| 42 | 42 | colab-admin migrate |
| 43 | 43 | colab-admin loaddata /vagrant/tests/test_data.json |
| 44 | 44 | |
| 45 | -### Install solr | |
| 46 | - | |
| 47 | -colab-admin build_solr_schema -f /tmp/schema.xml | |
| 48 | - | |
| 49 | -export SOLR_VERSION=4.10.3 | |
| 50 | -export SOLR_CONFS="/tmp/schema.xml" | |
| 51 | - | |
| 52 | -$basedir/ci/install_solr.sh | |
| 53 | -/home/vagrant/solr-4.10.3/bin/solr stop -p 8983 | |
| 54 | - | |
| 55 | -# Init.d Solr files | |
| 56 | -sudo cp $basedir/vagrant/misc/etc/init.d/solr /etc/init.d/ | |
| 57 | -cp $basedir/vagrant/solr/start.sh /home/vagrant/solr-$SOLR_VERSION | |
| 58 | -sudo chkconfig --add solr | |
| 59 | -sudo service solr start | |
| 60 | - | |
| 61 | 45 | # Init.d Celery files |
| 62 | 46 | sudo cp $basedir/vagrant/misc/etc/init.d/celeryd /etc/init.d/ |
| 63 | 47 | sudo cp $basedir/vagrant/misc/etc/default/celeryd /etc/default/ | ... | ... |