Publish is the content management component of the DADI web services stack, a set of flexible interfaces to easily manage content stored in API. This post gives an overview of setting it up and connecting to a DADI API instance.
We should note that many of the core web services in the DADI platform can be installed very simply using the DADI CLI tool. Publish is still in a public beta phase and doesn't yet benefit from CLI's simplified install process.
Setup and build
- We need to start by adding a directory for the Publish files. If you already have one, change into that directory first.
$ mkdir ~/projects/publish-cms
$ cd ~/projects/publish-cms- Add a package.json file to this directory, to list our dependencies. Add a new file to your directory with the following contents:
~/projects/publish-cms/package.json
{
"name": "publish-cms",
"version":
Tutorials
Last Updated:
September 2019


