Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Hosting own index(All options for hosting.)
Hosting own index [message #1810267] Tue, 06 August 2019 09:22 Go to next message
Daniel Kotrč is currently offline Daniel KotrčFriend
Messages: 3
Registered: August 2019
Junior Member
Hello, I would like to ask what are the options for hosting own index. I have tried hosting it using Bitbucket and raw option in URL (Only similar option for GitHub plain).

Is there other way for Bitbucket or git?
What are all options for hosting.
Does it have to be on shared file server exactly?

Thanks.
Re: Hosting own index [message #1810503 is a reply to message #1810267] Mon, 12 August 2019 19:16 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
Is it safe to assume you've looked at the wiki?

https://wiki.eclipse.org/Eclipse_Oomph_Authoring#Hosting_your_own_index_.2F_catalogs


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Hosting own index [message #1814252 is a reply to message #1810503] Fri, 06 September 2019 11:25 Go to previous messageGo to next message
Daniel Kotrč is currently offline Daniel KotrčFriend
Messages: 3
Registered: August 2019
Junior Member
Sorry for misunderstood.

I would like to ask what are the protocols and supported formats that I can use for hosting own index directory.

The attached screenshot is format of bitbucket server directory (setups) raw response .

Thank you.
Re: Hosting own index [message #1814257 is a reply to message #1814252] Fri, 06 September 2019 14:43 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
There is no attached screen shot. In general, all that's needed is a URI (http/https) that serves an Index, in plain-text XML.

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Hosting own index [message #1814310 is a reply to message #1814257] Mon, 09 September 2019 09:26 Go to previous message
Daniel Kotrč is currently offline Daniel KotrčFriend
Messages: 3
Registered: August 2019
Junior Member
After couple of tries I have managed to do it.

First of all I have needed to add to URL ?oomph_basic_auth=true as property.

The main problem was that the raw format of directory from bitbucket could not be parsed by oomph (format in attached image).
Like
-Doomph.redirection.setups=http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/->https://<bitbucket>/projects/<pName>/repos/oomph/raw/oomph/setups/
neither with ?oomph_basic_auth=true.

The solution for hosting was using different redirection format to exact file.

-Doomph.redirection.setups=index:/org.eclipse.setup->https://<bitbucket>/projects/<pName>/repos/oomph/raw/oomph/setups/org.eclipse.setup?oomph_basic_auth=true


Thank you for your support, next time I would try to declare the question more clearly.

Best regards
Previous Topic:How to set java vm in product setup
Next Topic:Oomph launching with preselected product and project
Goto Forum:
  


Current Time: Tue Apr 23 11:00:18 GMT 2024

Powered by FUDForum. Page generated in 0.03826 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top