Giter VIP home page Giter VIP logo

signal-desktop-rpm's Introduction

Signal-Desktop RPM

Build an rpm package for Signal-Desktop to install Signal on Fedora / RHEL 7.

How to build the RPM?

  1. Clone the repo && cd into it.
  2. Execute make clean && make dependencies && make build
  3. Install the just built rpm package (./RPMS/x86_64/*.rpm) with either yum or dnf.
  4. Execute signal-desktop from the commandline.

New Signal Version?

If my current Signal copy is outdated you should be able to execute ./update.sh and rebuild the rpm package.

Why does this even exist?

The official Repository for Signal doesn't yet contain an official rpm for Fedora/RHEL users. Furthermore I never built an rpm by myself, so I thought that would make a good learning project.

Can I test that?

Sure you can! I've included a simple but useful Vagrantfile in the project root. With this you can spawn two VirtualBox VMs (CentOS 7 & Fedora 27), build the source and see for yourself if it's working or not. (Let me know if something isn't).

Fedora:

vagrant up fedora && vagrant ssh fedora
cd /vagrant
make dependencies && make build
dnf install ./RPMS/x86_64/Signal-Desktop-1.11.0-1.fc27.x86_64.rpm

CentOS

vagrant up centos7 && vagrant ssh centos7
cd /vagrant
make dependencies && make build
sudo yum install ./RPMS/x86_64/Signal-Desktop-1.11.0-1.el7.centos.x86_64.rpm -y

Credits / References

signal-desktop-rpm's People

Contributors

doomnuggets avatar

Stargazers

 avatar

Watchers

 avatar

signal-desktop-rpm's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.