...
Info |
---|
All source microsite file are secured with basic authentication. As a result by default any microsite is only viewable by the author. However, 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. when publishing to the store, if the author wants to make the site public he/she will have to remove the security settings manually. |
- On the My Items menu, click and open on the microsite folder that needs to be published.
- If you wish to make the site public once it is published carryout the additional steps mentioned below:
- In the microsite folder open the
jaggery.conf
file in the text editor. 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"] } }]
- In the microsite folder open the
- Click Publish.
The Published Settings page will appear. Select "Site" as the Publish as option.
Dashboards too need to be published as Sites. The default value is Sites.- If required, edit the a name for the site.
- If required, edit the URL that will be used to publicly access the site.
- Enter a description on the microsite.
- Enter the URL of the thumbnail.
A default thumbnail will appear if a thumbnail URL is not specified. - Enter the URL of the image.
A default image will appear if a image URL is not specified. - Click Publish.