Extend Peercoin.net/download page to include all recently built packages

As per this thread (https://www.peercointalk.org/index.php?topic=4505.0) I’ve successfully implemented build automated build/publish system for Peerunity and Peercoin.
Now, this packages should go to peercoin.net/download to enable all newcomers who use Linux to get the Peerunity in fast and safe way.

Can someone propose a change of design of that page, so it includes all needed data?
OBS (service where I’ve implemented this) provides some info on this: https://software.opensuse.org/download/doc

Does this look OK?

The forum shrinks images. Click here…

@i-petko

Awesome!

Is it possible to wrap this code in some “shade” as you would see normally on reddit for example if you use to wrap the code. That is just esthetic detail.
Otherwise, this is very nice.

Does anyone think otherwise?

It is possible, of course.

Light grey, like this?

[member=890]Sentinelrv[/member] Thank you! :slight_smile:

A bit lighter gray please. :slight_smile:

Also it needs more text, I will compile it later during the day.

Here is the exact text for Peerunity.

Debian txt:

Open the terminal as root and paste following commands:

Add key:

wget http://download.opensuse.org/repositories/home:peerchemist/Debian_8.0/Release.key apt-key add - < Release.key

Add repository:

echo 'deb http://download.opensuse.org/repositories/home:/peerchemist/Debian_8.0/ /' >> /etc/apt/sources.list.d/peercoin.list 

Update and install:

apt-get update && apt-get install peerunity

[hr]

It is important to state that only Ubuntu 15.10 and above are supported. This is not a problem as new LTS will be released in week or so.

Ubuntu txt:

Open the terminal and paste following commands:

Add key:

wget http://download.opensuse.org/repositories/home:peerchemist/xUbuntu_15.10/Release.key sudo apt-key add - < Release.key

Add repository:

sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/peerchemist/xUbuntu_15.10/ /' >> /etc/apt/sources.list.d/peercoin.list"

Update and install:

sudo apt-get update && sudo apt-get install peerunity

[hr]

I will finish the Peerunity ArchLinux package tomorrow, so that can be included too.

Hi PeerChemist,

It will support all linux distributions or specific only?
Please update.

Thank you
CryptoJeweler

[quote=“cryptojeweler, post:8, topic:3840”]Hi PeerChemist,

It will support all linux distributions or specific only?
Please update.

Thank you
CryptoJeweler[/quote]

OpenSuse, Fedora and RedHat will follow soon.

Pull request submitted
https://github.com/super3/peercoin.net/pull/254
https://i.imgur.com/hVldXm3.png

This is good.

However “Arch” should be “ArchLinux”.

@i-petko

I have just taken a look at your merge request over at peercoin.net git repo (https://github.com/super3/peercoin.net/pull/255).
I have asked you to create download page for Peerunity wallet, and your merge request changes Ppcoin wallet download page. Peerunity is more important wallet and I must ask you to take care of this first. Also, can you post a screenshot before you push request next time.
Thanks.

P.S.

Updated text that should accompany wallets in the post above.

Is this OK now?

http://i.imgur.com/uHBsjFP.png
http://i.imgur.com/48gSuZ0.png

[quote=“i-petko, post:13, topic:3840”]Is this OK now?

http://i.imgur.com/uHBsjFP.png
http://i.imgur.com/48gSuZ0.png[/quote]

Yes, it is.

shouldn’t that also include built macosx packages as well?

Yes, but we are doing it one step at the time.

@i-petko

Peerunity package for ArchLinux is ready: https://aur.archlinux.org/packages/peerunity/

text is same as for ppcoin, just replace with peerunity.