Skip to content

Latest commit

 

History

History
114 lines (93 loc) · 3.93 KB

File metadata and controls

114 lines (93 loc) · 3.93 KB
title Upsilon Drone Releases
On your Linux host, where Docker is already installed; {% include shellRoot.htm %} docker pull upsilonproject/drone

upsilon-drone on Docker quickstart

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>

upsilon-drone on Docker quickstart

{% 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.
![](resources/images/HowAboutNo.jpg)
<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>