| title | Upsilon Drone Releases |
|---|
- {% include iconDocker.htm %}Docker hub
- {% include iconDocker.htm %}Docker + {% include iconCentos.htm %}CentOS
- {% include iconFedora.htm %} Fedora
- {% include iconRhel.htm %} RHEL, {% include iconCentos.htm %} CentOS (6.x)
- {% include iconRhel.htm %} RHEL, {% include iconCentos.htm %} CentOS (7.x)
- {% include iconDebian.htm %} Debian, {%include iconUbuntu.htm %} Ubuntu
- {% include iconRpi.htm %} RPI (Rasbian OS)
- {% include iconWin.htm %} Windows
- {% include iconMac.htm %} Mac OS
- {% include iconArchive.htm %} ZIP archives
- {% include iconArchive.htm %} TAR archives
On your Linux host, where Docker is already installed;
{% include shellRoot.htm %} docker pull upsilonproject/drone
On your Linux host, where Docker is already installed;
{% include shellRoot.htm %} docker run -it centos
Then, inside the container;
<code>
{% include shellContainer.htm %} yum install vim wget -y<br />
{% include shellContainer.htm %} cd /etc/yum.repos.d<br />
{% include shellContainer.htm %} wget http://repos.upsilonproject.io/upsilon-rpm-el7/upsilon-rpm-el7.repo<br />
{% include shellContainer.htm %} yum install upsilon-drone
</code>
{% include shellRoot.htm %}cd /etc/yum.repos.d/
{% include shellRoot.htm %}curl -O http://repos.upsilonproject.io/upsilon-rpm-fc24/upsilon-rpm-fc24.repo
{% include shellRoot.htm %}yum install upsilon-drone
{% include shellRoot.htm %}cd /etc/yum.repos.d/
{% include shellRoot.htm %}curl -O http://repos.upsilonproject.io/upsilon-rpm-el6/upsilon-rpm-el6.repo
{% include shellRoot.htm %}yum install upsilon-drone
{% include shellRoot.htm %}cd /etc/yum.repos.d/
{% include shellRoot.htm %}curl -O http://repos.upsilonproject.io/upsilon-rpm-el7/upsilon-rpm-el7.repo
{% include shellRoot.htm %}yum install upsilon-drone
Debian builds are offline at the moment.
Use the bindist version; http://repos.upsilonproject.io/upsilon-bindist/
Recommend you install like this;
{% include shellRoot.htm %}dpkg -i upsilon*.deb && apt-get -fy install
See the [rpi](rpi) specific instructions.
Windows support is quite primitive at the moment. You can download the ZIP archives and go from there.

<script>
document.addEventListener("DOMContentLoaded", function() {
document.querySelectorAll("ul.tabmenu li").forEach(function(el) {
el.addEventListener("click", function(evt) {
document.querySelectorAll("ul.tabmenu li a").forEach(function (tabControl) {
tabControl.classList.remove("selected");
});
evt.target.classList.add("selected");
});
});
})
</script>