This includes the following Silverstripe modules:
- silverstripe/recipe-cms: Recipe containing CMS, versioned, asset-admin, etc
- silverstripe/restfulserver: RestfulServer module for Silverstripe CMS, adds REST API capability
- silverstripe/versionfeed: Provides an RSS feed for global site changes
This can be either added to an existing project or used as a project base for creating a basic CWP install.
composer create-project silverstripe/recipe-services ./myproject
See the recipe plugin page for instructions on how Silverstripe recipes work.