-
Install the jsHarmony CMS Host, if not already installed
npm install -g jsharmony-cms-host
-
Create an empty folder
mkdir cms-files
cd cms-files
-
Run the jsHarmony CMS Host
jsharmony-cms-host demo.site.jsharmony.com .
Keep the program running.
This will connect to the CMS server (in this case demo.site.jsharmony.com), and wait for files to get sent via publish.
If jsharmony-cms-host doesn't start, ensure the Node.js npm folder is in your system PATH variable.
See below for additional command line parameters and flags. Username and password can be specified in the command line.
-
Add a new Deployment Target, selecting the following options:
Deployment Type: CMS Deployment Host
Host ID: [Click Browse to select Name of Computer]
-
Publish your CMS Branch to the new Deployment Target. The jsharmony-cms-host program should download the files into the new "cms-files" folder from step 2.