Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PackageDrone"

(Documentation)
m (About)
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Infobox PackageDrone
 +
| name = Eclipse Package Drone™
 +
| downloadUrl = https://wiki.eclipse.org/PackageDrone/Installation
 +
| websiteUrl = https://www.eclipse.org/package-drone
 +
| gitHubRepo = packagedrone
 +
| list = package-drone-dev
 +
| newsgroup = eclipse.package-drone
 +
| contribute = [[PackageDrone/HowTo/Contribute | Contributing]]
 +
}}
 
== About ==
 
== About ==
  
Package Drone is an open source, software artifact repository with a focus on OSGi. It features an extensible architecture so that other repository system can be used as well.
+
Eclipse Package Drone™ is an open source, software artifact repository with a focus on OSGi. It features an extensible architecture so that other repository system can be used as well.
  
Upcoming release: [[PackageDrone/0.12.0/NewAndNoteworthy|Release 0.12.0]]
+
'''Releases''' – Current: [[PackageDrone/0.14.0/NewAndNoteworthy|0.14.0]] → Upcoming: [[PackageDrone/0.15.0/NewAndNoteworthy|0.15.0]]
  
== See also ==
+
* Package Drone Blog http://packagedrone.org
 
+
* GitHub repository [https://github.com/eclipse/packagedrone eclipse/packagedrone]
* Package Drone Blog - http://packagedrone.org
+
* GitHub repository: [https://github.com/eclipse/packagedrone eclipse/packagedrone]
+
 
* [https://projects.eclipse.org/projects/technology.package-drone Project Information Page] – Details about repositories, contact details, …
 
* [https://projects.eclipse.org/projects/technology.package-drone Project Information Page] – Details about repositories, contact details, …
** [https://dev.eclipse.org/mailman/listinfo/package-drone-dev Mailing list] – mailto:package-drone-dev@eclipse.org
+
* [http://packagedrone.org/contact#main Contact page]
** [https://eclipse.org/forums/eclipse.package-drone Forum]
+
 
* Demo Systems
 
* Demo Systems
 
** https://thedrone.packagedrone.org
 
** https://thedrone.packagedrone.org
Line 19: Line 25:
  
 
* HowTo
 
* HowTo
 +
** [[PackageDrone/HowTo/Contribute|Contribute]]
 
** [[PackageDrone/Installation|Installation]]
 
** [[PackageDrone/Installation|Installation]]
 
*** [[PackageDrone/HowTo/ReverseProxy|ReverseProxy]] – How to add a reverse proxy in front of Package Drone
 
*** [[PackageDrone/HowTo/ReverseProxy|ReverseProxy]] – How to add a reverse proxy in front of Package Drone
** [[PackageDrone/HowTo/Contribute|Contribute]]
+
** [[PackageDrone/Setup|Setup]]
 +
** [[PackageDrone/UploadAPI|Upload API]]
 +
 
 +
* Configuration
 +
** [[PackageDrone/Configuration/SystemProperties|System Properties]]
 +
 
 +
* Recipes
 +
** [https://github.com/ctron/package-drone/wiki/Cheatsheet Old cheatsheet page]
 +
** P2
 +
*** [[PackageDrone/Recipes/P2/MetaDataFromTychoUseP2|Build with Tycho - use with P2]]
 +
*** [[PackageDrone/Recipes/Tycho/BuildWithTychoUseR5|Build with Tycho - use with OSGi R5 / Bndtools / OBR]]
 +
 
 +
* [[PackageDrone/Documentation/ProjectStructure|Project Structure]]
  
 
== Development ==
 
== Development ==
Line 33: Line 52:
 
* Old GitHub repository: [https://github.com/ctron/package-drone ctron/package-drone]
 
* Old GitHub repository: [https://github.com/ctron/package-drone ctron/package-drone]
 
** Old wiki - https://github.com/ctron/package-drone/wiki
 
** Old wiki - https://github.com/ctron/package-drone/wiki
 +
 +
 +
__NOTOC__

Latest revision as of 14:47, 18 October 2016


About

Eclipse Package Drone™ is an open source, software artifact repository with a focus on OSGi. It features an extensible architecture so that other repository system can be used as well.

Releases – Current: 0.14.0 → Upcoming: 0.15.0

Documentation

Development

Older pages & links


Back to the top