Difference between revisions of "Releases"

From BaseX Documentation
Jump to navigation Jump to search
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page is part of the [[Developer Section]]. It summarizes where to find the latest distributions of BaseX.
+
This page is part of the [[Developer Section]]. It lists the official locations of major and minor BaseX versions:
  
 
==Official Releases==
 
==Official Releases==
  
Our release files for various platforms are linked from our homepage; they are updated every 2-8 weeks:
+
Our releases, packaged for various platforms, are linked from our homepage. They are updated every 2-8 weeks:
  
* {{mono|http://basex.org/products/download/all-downloads}}
+
: https://basex.org/download/
  
Moreover, we also offer BaseX packages for several Linux distributions, such as Debian and Ubuntu (more to come soon):
+
Our file server contains links to older releases as well (but we recommend everyone to stay up-to-date, as you’ll get faster feedback working with the latest version):
  
* Debian: {{mono|http://packages.debian.org/sid/basex}}
+
: https://files.basex.org/releases/
* Ubuntu: {{mono|https://launchpad.net/ubuntu/+source/basex}}
 
  
 
==Stable Snapshots==
 
==Stable Snapshots==
  
If you are a developer, we recommend you to have a look at our snapshots for various platforms, which are deployed on our file server several times a week:
+
If you are a developer, we recommend you to regularly download one of our stable snapshots, which are packaged and uploaded several times a week:
  
* {{mono|http://files.basex.org/releases/latest/}}
+
: https://files.basex.org/releases/latest/
  
Note that the snapshots are replaced as soon as newer versions are available.
+
Note that the offered snapshot files are replaced as soon as newer versions are available.
 +
 
 +
==Code Base==
 +
 
 +
If you always want to be on the cutting edge, you are invited to [[git|watch and clone]] our GitHub repository:
 +
 
 +
: https://github.com/BaseXdb/basex/
 +
 
 +
We do our best to keep our main repository stable as well.
  
 
==Maven Artifacts==
 
==Maven Artifacts==
Line 24: Line 31:
 
The official releases and the current snapshots of both our core and our API packages are also deployed as [[Maven]] artifacts on our file server at regular intervals:
 
The official releases and the current snapshots of both our core and our API packages are also deployed as [[Maven]] artifacts on our file server at regular intervals:
  
* {{mono|http://files.basex.org/maven/org/basex/}}
+
: https://files.basex.org/maven/org/basex/
 
 
==Sources==
 
  
If you want to be on the cutting edge, you are invited to watch our GitHub repository, and [[git|pull the latest sources]]:
+
==Linux==
  
* {{mono|https://github.com/BaseXdb/}}
+
BaseX can also be found in some Linux distributions, such as Debian, Ubuntu and archlinux:
  
Our extensive JUnit tests and development branches ensure that our main repository base will always be stable.
+
* Debian: https://packages.debian.org/sid/basex
 +
* Ubuntu: https://launchpad.net/ubuntu/+source/basex
 +
* Arch Linux: https://aur.archlinux.org/packages/basex

Latest revision as of 21:24, 15 July 2020

This page is part of the Developer Section. It lists the official locations of major and minor BaseX versions:

Official Releases[edit]

Our releases, packaged for various platforms, are linked from our homepage. They are updated every 2-8 weeks:

https://basex.org/download/

Our file server contains links to older releases as well (but we recommend everyone to stay up-to-date, as you’ll get faster feedback working with the latest version):

https://files.basex.org/releases/

Stable Snapshots[edit]

If you are a developer, we recommend you to regularly download one of our stable snapshots, which are packaged and uploaded several times a week:

https://files.basex.org/releases/latest/

Note that the offered snapshot files are replaced as soon as newer versions are available.

Code Base[edit]

If you always want to be on the cutting edge, you are invited to watch and clone our GitHub repository:

https://github.com/BaseXdb/basex/

We do our best to keep our main repository stable as well.

Maven Artifacts[edit]

The official releases and the current snapshots of both our core and our API packages are also deployed as Maven artifacts on our file server at regular intervals:

https://files.basex.org/maven/org/basex/

Linux[edit]

BaseX can also be found in some Linux distributions, such as Debian, Ubuntu and archlinux: