ANY good detailed tutorial for creating Scoring web app using RM server?
Find more posts tagged with
Sort by:
1 - 7 of
71
Have you considered buying some training/consulting in RapidMiner Server?
What you are describing is very straightforward, but you need to know the basics of how to calls and use WebServices. Have you ever built dynamic websites before?
What website server side language are you coding your third party site in and what is your experience with it? PHP, .NET, Python, JSP?
You can also code the entire app in RapidMiner Server and open it up to the world as a webpage.
What you are describing is very straightforward, but you need to know the basics of how to calls and use WebServices. Have you ever built dynamic websites before?
What website server side language are you coding your third party site in and what is your experience with it? PHP, .NET, Python, JSP?
You can also code the entire app in RapidMiner Server and open it up to the world as a webpage.
Hello ,
I am a student and I am new to rapidminer. I am using rapidminer studio and server for developing a process that does predictive analysis on a dataset. I need to know that after I make my web application using rapidminer studio , how can it be used by other people using the url (meaning would it be accessible to someone from their mobile phones ) Is there anyway to make it public and what steps would i need to follow in doing so :-\
Basically in the previous post it was mentioned
" You can also code the entire app in RapidMiner Server and open it up to the world as a webpage. "
so how can we do that ?
any kind of help would be much appreciated
I am a student and I am new to rapidminer. I am using rapidminer studio and server for developing a process that does predictive analysis on a dataset. I need to know that after I make my web application using rapidminer studio , how can it be used by other people using the url (meaning would it be accessible to someone from their mobile phones ) Is there anyway to make it public and what steps would i need to follow in doing so :-\
Basically in the previous post it was mentioned
" You can also code the entire app in RapidMiner Server and open it up to the world as a webpage. "
so how can we do that ?
any kind of help would be much appreciated

Hi,
when you edit an app, in the "General Settings", there is a public link. What you need to do to make it work:
1. Create a user called "anonymous" on RM Server.
2. Make sure he can access both the web app as well as any data/processes required by it via respective repository access rights.
3. Set the following "System Settings" on RM Server:
Regards,
Marco
when you edit an app, in the "General Settings", there is a public link. What you need to do to make it work:
1. Create a user called "anonymous" on RM Server.
2. Make sure he can access both the web app as well as any data/processes required by it via respective repository access rights.
3. Set the following "System Settings" on RM Server:
The public link should now work from anywhere without login.
com.rapidanalytics.web.anonymous_reports=true
com.rapidanalytics.web.anonymous_resources=true
Regards,
Marco
hello @ricky_dcruze welcome to the community. Yes you're right that's a dead link. You can find our entire YouTube channel here.
Scott
Watch all of them and follow along as a tutorial.
That covers what you want to do & more.