Publish Location
From SpinetiX Support Wiki
This feature applies for Elementi M and Elementi X, and is not available for Elementi S.
Contents
Introduction
The Publish Location feature of Elementi M and Elementi X offers the possibility to publish content directly on a web server, thus facilitating content deployment for large setups involving a centralized content server or for those cases when is not possible to push content directly on the HMP (for instance, due to firewall / NAT usage).
Once the content has been deployed, the HMP can be configured to automatically retrieve the content from that server, using different methods.
Server types
- A Publish Location can be created for a web server, having WebDAV extension enabled and implementing the DAV properties, accessible via HTTP / HTTPS.
Elementi 3.1.0 or later:
- A Publish Location can be created for:
- a web server, having WebDAV extension enabled (with or without DAV properties), accessible via HTTP / HTTPS,
- a ftp server accessible via FTP / FTPS,
- a Windows Shared Folder accessible via UNC.
- Furthermore, during publish, Elementi automatically generates within the content an XML repository descriptor file named "spx-listing.xml" which is required when using Pull Mode with web servers without WebDAV support.
How to
Create a Publish Location
To add a new publish location, follow these steps:
- Open the "Devices" view from Browse panel in Elementi.
- Right-click (outside any existing device) and select "New Publish Location..." option.
- Select the protocol between:
- Enter the hostname of the server.
- Enter the port to be used or leave it empty for the default protocol port to be used (e.g., 80 for HTTP, 443 for HTTPS etc.).
- Enter the path to the target folder (e.g., CustomerX/MyProjectName).
- Change the name of the Publish Location name, if needed.
- If the remote location is protected, then enable the "Security" checkbox and enter the access credentials, Username and Password.
- Note that some characters cannot be used for FTP server credentials, like:
;/?:@&=+$,
- Note that some characters cannot be used for FTP server credentials, like:
- Click the "OK" button to save the Publish Location details.
Edit a Publish Location
To edit a Publish Location, right-click on its icon and select "Edit..."
Open a Publish Location
To open a Publish Location, double-click on its icon or right-click on it and select "Open Selected". This content present on that location is opened for viewing into the last tab of the Browse panel.
Publish content
To publish a project onto a Publish Location, follow the steps detailed on the Publish page.
Tutorials
For examples of using the Publish Location feature, check out these tutorials:
- Tutorial:Using myDrive as content server
- Tutorial:Publish content on a web server via FTP
- Tutorial:Using Synology NAS as content server
- Tutorial:Using QNAP NAS as content server