#Platypush can now be installed via #RPM too!
After setting up in the past few days my Drone CI automation to spit out a .deb package on every push and tag, I've decided to go the extra mile and also repeat the exercise for .rpm.
I'm also satisfied with having both my APT and RPM repos now completely served from an S3-compatible bucket, with my Drone CI automation being completely in charge of updating the bucket on every push.
Installing Platypush from RPM on Fedora is now as simple as:
> wget -O /etc/yum.repos.d/platypush.repo 'https://rpm.platypush.tech/platypush.repo'
> yum install platypush
(or platypush-git, if you want the bleeding edge version updated on every push).