How to use Plone.restapi

Okay that's great! And also add it as section itself, so that it's easily accessible.

1 Like

@tisto @kakshay21 @jaroel
There are a few PRs up for review for plone.restapi documentation. Installation page has been added by @tulikavijay and I've updated the explore with Postman guide. Please review and merge!

1 Like

Is there a command to run a Plone instance on a different port than the default 8080?

You need to adjust your buildout.cfg file. Look for something like this:

[instance]
recipe = plone.recipe.zope2instance
http-address = 8080
1 Like

The port is defined in buildout.cfg (just change it and run bin/buildout)

1 Like

Thank you for your quick replies! @espenmn @tmassman

What running the buildout actually does is it resolves all the directives and flushes the end result to parts/instance/etc/zope.conf. Inspecting this will give you a good idea of any other tweakables you might have access to.

In general [section] translates to parts/section/.