Skip to content

Commit

Permalink
install plone.app.discussion as add-on
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Feb 6, 2025
1 parent c66e383 commit 680cdf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/volto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ acceptance-frontend-dev-start: ## Start acceptance frontend in development mode
.PHONY: acceptance-backend-start
acceptance-backend-start: ## Start backend acceptance server
# docker run -it --rm -p 55001:55001 $(DOCKER_IMAGE_ACCEPTANCE)
docker run -it --rm -p 55001:55001 -e APPLY_PROFILES=plone.app.contenttypes:plone-content,plone.restapi:default,plone.volto:default $(DOCKER_IMAGE_ACCEPTANCE)
docker run -it --rm -p 55001:55001 -e APPLY_PROFILES=plone.app.contenttypes:plone-content,plone.restapi:default,plone.volto:default,plone.app.discussion:default $(DOCKER_IMAGE_ACCEPTANCE)
# Uncomment next line and comment line above to use a custom image with the acceptance server (in case you need to use an specific backend add-on or version)
# docker run -it --rm -e ZSERVER_HOST=0.0.0.0 -e ZSERVER_PORT=55001 -p 55001:55001 -e ADDONS='$(KGS) $(TESTING_ADDONS)' -e APPLY_PROFILES=plone.app.contenttypes:plone-content,plone.restapi:default,plone.volto:default -e CONFIGURE_PACKAGES=plone.app.contenttypes,plone.restapi,plone.volto,plone.volto.cors $(DOCKER_IMAGE) ./bin/robot-server plone.app.robotframework.testing.VOLTO_ROBOT_TESTING

Expand Down

0 comments on commit 680cdf3

Please sign in to comment.