Versions Compared

Key

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

Table of Contents

Creating a microsite

Follow the instructions below to create a microsite:
  1. Access the UES portal.
  2. On the Create menu, click MicrospaceMicrosite.
    Image Added
  3. Enter a title for the dashboard.
    Only alphanumerical and - hyphen is allowed to be entered as the dashboard title. 
  4. Click Create new app.  
  5. Click Right click on the folder containing the name of the newly created microsite.
  6. Click Edit Open in editor.
  7. Right click on the microsite folder and select New text file.
    Image Added
  8. Rename the filename and extension.
  9. Open the newly created file in the text editor.
  10. Write the code using jaggery and/or html.
    Use the tools in the editor when necessary.
  11. Click Save.
  12. Publish the microsite.Please see Creating a Microsite for more information.

...

Publishing a microsite to the store

Follow the instructions below to publish a microsite to the store:

Info

By default, the security settings in Jaggery prevents microsites from being accessed publicly even after being published. The code related to the security settings will have to be manually removed before publishing it to enable public access once the microsite is published. For more information please go to http://jaggeryjs.org/apidocs/jagconf.jag. All source microsite file are secured with basic authentication. As a result by default any microsite is only viewable by the author. However, when publishing to the store, if the author wants to make the site public he/she will have to remove the security settings manually.

  1. Access the UES portal.
  2. On the My Items menu, click and open on the microsite folder that needs to be published.
  3. 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.  

      Code Block
      "securityConstraints" : [
      		{
      			"securityConstraint" : {
      				"webResourceCollection" : {
      					"name" : "Test",
      					"urlPatterns" : [
      						"/*"],
      					"methods" : [
      						"GET",
      						"POST",
      						"PUT",
      						"DELETE",
      						"HEAD",
      						"OPTIONS",
      						"TRACE",
      						"CONNECT",
      						"PATCH"]
      				},
      				"authRoles" : [
      					"private_mari"]
      			}
      		}]
    On the My Items menu in the portal, click on the microsite folder that needs to be published.
  4. Click Publish.
    The Published Settings page will appear.   
  5. Select "micrositeSite" as the Publish as option.
    Dashboards too need to be published as micrositesas Sites. The default value is micrositesSites.

  6. Select the permission type allowed for this microsite.
    Users who have the edit permission will be able to edit the microsite. However, the changes will only be visible to the user who made the changes and will not be visible publicly. 

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