How do I make my rapid miner server web application public?

weewey
weewey New Altair Community Member
edited November 5 in Community Q&A
Hi,

I have built a rapid miner web application dashboard showing the results of a rapid miner studio sentiment analysis.

How can I make my web application public so that other people can use it?

On the general setting of the app, it says that 'public sharing is not allowed'

Hope you guys can help!

Regards,
Yew Wee
Tagged:

Answers

  • Marco_Boeck
    Marco_Boeck New Altair Community Member
    Hi,

    the admin account needs to set the following properties (Administration -> System Settings):

    com.rapidanalytics.web.anonymous_reports = true
    com.rapidanalytics.web.anonymous_resources = true
    com.rapidanalytics.web.anonymous_services = true
    Then you can create a public link to the App and after you have granted the "anonymous" user access to said app, you can share it via the link.

    Regards,
    Marco
  • weewey
    weewey New Altair Community Member
    Hi Marco,

    Thanks! I tried it and public sharing is now enabled. :)

    Is it possible for me to embed the dashboard on my website?

    Also tell me what does deploying on production server means? Does it mean that I do not have to execute rapidminer server to execute the process and access the dashboard?

    Regards,
    Yew Wee