How to set up 3rd party developer portal
Posted
by Michael
on Stack Overflow
See other posts from Stack Overflow
or by Michael
Published on 2010-03-08T06:47:10Z
Indexed on
2010/03/08
6:51 UTC
Read the original article
Hit count: 382
I am developing a web service and depend on 3rd party developers to write client applications for it. I need to set a developer portal, a web site where existing and potential developers would find
- documentation html pages
- doc files for download
- libraries downloads
- wiki
- forums
- support ticketing system.
There should be a public part and a part protected by login. I want only logged in users to submit tickets, for example.
- I don't want to host it.
- I would prefer a generic design based on a sensible template, where I can add minimal customization, such as logo.
- I don't want to add code to get any of the above functionality.
I will do all that if necessary, but I'd hope there would be an online service to do thing like that.
What services would you guys recommend?
© Stack Overflow or respective owner