Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. On the My Items menu, click on the microsite folder that needs to be published.
  2. If you wish to make the site public once it is published carryout the additional steps mentioned below:
    1. In the microsite folder open the jaggery.conf file in the text editor.
    2. Remove the following code and save the jaggery.conf file.
      For more information, please go to http://jaggeryjs.org/apidocs/jagconf.jag.  

      Code Block
      "securityConstraints" : [
      		{
      			"securityConstraint" : {
      				"webResourceCollection" : {
      					"name" : "Test",
      					"urlPatterns" : [
      						"/*"],
      					"methods" : [
      						"GET",
      						"POST",
      						"PUT",
      						"DELETE",
      						"HEAD",
      						"OPTIONS",
      						"TRACE",
      						"CONNECT",
      						"PATCH"]
      				},
      				"authRoles" : [
      					"private_mari"]
      			}
      		}]
  3. Click Publish.
    The Published Settings page will appear. 
  4. Select "Site" as the Publish as option.
    Dashboards too need to be published as Sites. The default value is Sites.

  5. If required, edit the a name for the site.
  6. If required, edit the URL that will be used to publicly access the site.
  7. Enter a description on the microsite.
  8. Enter the URL of the thumbnail.
    A default thumbnail will appear if a thumbnail URL is not specified. 
  9. Enter the URL of the image.
    A default image will appear if a image URL is not specified.  
  10. Click Publish.