Skip to content
Snippets Groups Projects
Commit 93aed373 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Update download instructions for Debian.

parent 7c3e0834
No related branches found
No related tags found
No related merge requests found
......@@ -18,59 +18,26 @@ for every push into the stable branch. All binary packages contain
symbol information. Additionally, **-debug-**
packages contain asserts and are compiled without optimization.
To simplify problem analysis and avoid various bugs induced
by compilation parameters and environment, it is recommended
that production systems use the builds provided on this site.
The latest build can be found below.
<table border=1 title="Download the latest build, @TARANTOOL_VERSION@" width=100%>
<tr width=60%>
<td colspan=1>Source tarball</td>
<td colspan=3 align=center>
<a href="http://tarantool.org/dist/tarantool-@TARANTOOL_VERSION@-src.tar.gz">tarantool-@TARANTOOL_VERSION@-src.tar.gz</a>
</td>
</tr>
#### Source tarball
<th colspan=3>Linux</th>
The latest source archive is
<a href="http://tarantool.org/dist/tarantool-@TARANTOOL_VERSION@-src.tar.gz">tarantool-@TARANTOOL_VERSION@-src.tar.gz</a>.
Please consult with README for build instructions on your system.
<!-- Debian -->
<tr>
<td>
Debian (<b>.deb</b>)
</td>
<td align=center>
<a href="http://tarantool.org/dist/debian/binary-i386/tarantool_@TARANTOOL_VERSION@_i386.deb">32-bit</a>
</td>
<td align=center>
<a href="http://tarantool.org/dist/debian/binary-amd64/tarantool_@TARANTOOL_VERSION@_amd64.deb">64-bit</a>
</td>
</tr>
### Binary downloads
<tr>
<td>
Debian (<b>.deb</b>), with debug info
</td>
<td align=center>
<a href="http://tarantool.org/dist/debian/binary-i386/tarantool-dbg_@TARANTOOL_VERSION@_i386.deb">32-bit</a>
</td>
To simplify problem analysis and avoid various bugs induced
by compilation parameters and environment, it is recommended
that production systems use the builds provided on this site.
<td align=center>
<a href="http://tarantool.org/dist/debian/binary-amd64/tarantool-dbg_@TARANTOOL_VERSION@_amd64.deb">64-bit</a>
</td>
</tr>
#### RedHat, FreeBSD, Mac OS X
<tr>
<td>&nbsp</td>
<td align=center colspan=2>
<a href="http://tarantool.org/dist/debian/binary-i386/tarantool-common_@TARANTOOL_VERSION@_all.deb">common</a>
</td>
</tr>
<table border=1 title="Download the latest build, @TARANTOOL_VERSION@" width=100%>
<!-- RPM -->
<th colspan=3>RedHat</th>
<tr>
<td>
RedHat <b>.rpm</b>
......@@ -102,6 +69,7 @@ The latest build can be found below.
</tr>
<!-- .tar.gz -->
<th colspan=3>Other Linux distributions</th>
<tr>
<td>
......@@ -139,11 +107,30 @@ The latest build can be found below.
</table>
### All downloads
#### Debian GNU/Linux and Ubuntu
We maintain an always up-to-date Debian GNU/Linux and Ubuntu package
repository at <a
href="http://tarantool.org/dist/debian">http://tarantoo.org/dist/debian</a> and <a
href="http://tarantool.org/dist/ubuntu">http://tarantool.org/dist/ubuntu</a> respectively.
At the moment the repository contains builds for Debian "Sid", "Squeeze",
"Wheezy" and Ubuntu "Precise". It can be added to your apt sources list with:
wget http://tarantool.org/dist/public.key
sudo apt-key add ./public.key
release=`lsb_release -c -s`
sudo echo "deb http://tarantool.org/dist/debian/ $release main" | sudo tee -a /etc/apt/sources.list.d/tarantool.list
sudo echo "deb-src http://tarantool.org/dist/debian/ $release main" | sudo tee -a /etc/apt/sources.list.d/tarantool.list
sudo apt-get update
sudo apt-get install tarantool tarantool-client
#### All downloads
An archive of old releases can be found <a href="http://tarantool.org/dist">here</a>.
An archive of old releases can be found at <a
href="http://tarantool.org/dist">http://tarantool.org/dist</a>.
### Connectors
#### Connectors
- Perl driver, [CPAN home](http://search.cpan.org/~yuran/MR-Tarantool/)
- [Ruby driver](https://github.com/mailru/tarantool-ruby)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment