Publishing Manually to Delivery Server

Modified on Mon, 10 Oct 2022 at 11:20 AM

Remember that you need to configure an HTTPS protocol
in order for Newired Portal and Editor to work properly.

ATTENTION: while using the manual publishing process, some optional features (of journeys/tips) could be missing if the backend is not accessible (or not configured in snippet), namely:

  • sending survey results as emails (if you have added a survey to rich text of bubble)
  • tracking journey feedback (if you have configured a journey to ask for feedback)


In order to manually publish all the Newired content to the delivery server, follow the following steps.

 

I - DOWNLOAD THE DEPLOYMENT PACKAGE

  1. Press Download Selected Journeys button.

  2. Your browser will download a ZIP file (the default name is "launcher.zip") to your computer.

  3. Upload the extracted launcher.zip file to the deployment location configured during Newired platform installation.

 

II - DEPLOYMENT OF THE CONTENT

  1. Move the previously exported launcher.zip file into a folder managed by the web server. By default it could be something like:

     <web root>/launcher

  1. Unzip the launcher.zip into the folder. 

    TIP: On *NIX operating systems, verify the correct file permissions.

  2. Finally, test the access to the files served by the web server using a web browser, as in the following example:


    https://mywebserver.com/launcher/config.json

If the folder and the files are accessible, you should see the Newired launcher in the target application in case you are installing Journeys:

Note that the Launcher is a feature available only for Journeys, as Tips work like tags connected to given elements and do not require a definite starting point. In case your license allows you to author Tips only, this information does not apply.

 

Customizing the Package for a Specific Folder

If you cannot deploy the launcher.zip archive in the "standard" folder such as <web root>/launcher, then it is possible to upload it to a different folder, according to the actual web server configuration. However, in this case an additional step is required in order to configure the launcher to work correctly.

For example, suppose you need to have the launcher archive in a folder such as:

<web root>/another_path/additional_folder/launcher_folder/

The Launcher Javascript snippet you saved earlier (see XXXXXXX) must be modified in order to reference that path. For example:

<script="text/javascript">

var NW_launcher_path =
 '/another_path/additional_folder/launcher_folder/';

[...]

This configuration ensures that the scripts are able to recognize the right paths to the various launcher files.

 

Other Customizations

Some customization of the Newired application is possible. It is recommended to perform any desired customizations before deployment. Customization is considered an “advanced topic”. For further information, see Advanced Topics.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article