How to setup RTC dashboard development environment ?
I read this article regarding dashboard development setup: https://jazz.net/wiki/bin/view/Main/DashboardDevSetup The problem is I can not access the repository at https://jazzdev.torolab.ibm.com:9443/jazz. Is there any alternative or a way to gain access to this server?
Oana Hategan
Accepted answer
Hi,
that server is our internal development server and only accessible to our development team. If you need to develop in a similar way, the RTC Extensions Workshop https://jazz.net/library/article/1000 describes a way to set up your own development environment. I think you would have to install additional software and do additional steps in the setup as described in the WiKi.
that server is our internal development server and only accessible to our development team. If you need to develop in a similar way, the RTC Extensions Workshop https://jazz.net/library/article/1000 describes a way to set up your own development environment. I think you would have to install additional software and do additional steps in the setup as described in the WiKi.
Comments
One other answer
Thank you for your help. I found out what I was doing wrong.
I was using the standard Jetty standalone launch, instead of an [RtcExt] Jetty Launch. The standard launch was working for the previous plugins I was testing because they didn't require working with dashboards.
Now I can access the project dashboard and my problem is solved.
Have a nice day,
Oana