Upsilon Drone Releases

On your Linux host, where Docker is already installed; root@host$: docker pull upsilonproject/drone upsilon-drone on Docker quickstart
On your Linux host, where Docker is already installed; root@host$: docker run -it centos Then, inside the container; root@container$: yum install vim wget -y
root@container$: cd /etc/yum.repos.d
root@container$: wget http://repos.upsilonproject.io/upsilon-rpm-el7/upsilon-rpm-el7.repo
root@container$: yum install upsilon-drone
upsilon-drone on Docker quickstart
root@host$: cd /etc/yum.repos.d/
root@host$: curl -O http://repos.upsilonproject.io/upsilon-rpm-fc24/upsilon-rpm-fc24.repo
root@host$: yum install upsilon-drone
root@host$: cd /etc/yum.repos.d/
root@host$: curl -O http://repos.upsilonproject.io/upsilon-rpm-el6/upsilon-rpm-el6.repo
root@host$: yum install upsilon-drone
root@host$: cd /etc/yum.repos.d/
root@host$: curl -O http://repos.upsilonproject.io/upsilon-rpm-el7/upsilon-rpm-el7.repo
root@host$: 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; root@host$: dpkg -i upsilon*.deb && apt-get -fy install

See the rpi specific instructions.

Windows support is quite primitive at the moment. You can download the ZIP archives and go from there.