This repository was archived by the owner on Aug 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -420,6 +420,9 @@ dev.restart-devserver: _expects-service.dev.restart-devserver
420420dev.restart-devserver.forum :
421421 docker-compose exec forum bash -c ' kill $$(ps aux | grep "ruby app.rb" | egrep -v "while|grep" | awk "{print \$$2}")'
422422
423+ dev.forum.build-indices : # # Build indices for forum service
424+ docker-compose exec forum bash -c " cd forum && source ruby_env && source devstack_forum_env && cd cs_comments_service/ && bin/rake search:rebuild_indices"
425+
423426dev.restart-devserver.% : # # Kill an edX service's development server. Watcher should restart it.
424427 # Applicable to Django services only.
425428 docker-compose exec $* bash -c ' kill $$(ps aux | egrep "manage.py ?\w* runserver" | egrep -v "while|grep" | awk "{print \$$2}")'
Original file line number Diff line number Diff line change @@ -299,9 +299,9 @@ services:
299299 container_name : " edx.${COMPOSE_PROJECT_NAME:-devstack}.forum"
300300 hostname : forum.devstack.edx
301301 depends_on :
302- - elasticsearch7
303302 - memcached
304303 - mongo
304+ - elasticsearch710
305305 image : edxops/forum:${OPENEDX_RELEASE:-latest}
306306 stdin_open : true
307307 tty : true
You can’t perform that action at this time.
0 commit comments