Toshaan Bharvani
6 years ago
17 changed files with 209 additions and 18 deletions
@ -0,0 +1,17 @@
@@ -0,0 +1,17 @@
|
||||
--- |
||||
title: "Community" |
||||
date: 2018-07-24 |
||||
draft: false |
||||
--- |
||||
|
||||
## Getting involved ### |
||||
|
||||
## IRC ## |
||||
|
||||
## Mailing List ## |
||||
|
||||
## Documentation ## |
||||
|
||||
## Artwork ## |
||||
|
||||
|
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
--- |
||||
title: "Credits" |
||||
date: 2018-07-23 |
||||
draft: false |
||||
--- |
@ -0,0 +1,85 @@
@@ -0,0 +1,85 @@
|
||||
--- |
||||
title: "Repositories" |
||||
date: 2018-07-23 |
||||
draft: false |
||||
--- |
||||
|
||||
Repositories are packages that are grouped together becasue they belong to a same interest or main program. |
||||
PowerEL has a range of repositories, also referred to as repos, that you can enable to get access to those packages. |
||||
A list of repositories can be found here on this page. |
||||
To enable a repository, use your favourite editor to change the __enable=0__ to __enable=1__ in the repo file located in _/etc/yum.repos.d/_. |
||||
|
||||
|
||||
### Base Repository ### |
||||
|
||||
This repo is the base repository required to run all PowerEL packages. |
||||
It contains all core packages, including some libraries needed for multiple of the other repos. |
||||
The main kernel package is a mainline latest LTS kernel. |
||||
|
||||
### Virt Repository ### |
||||
|
||||
This repo contains all virtualization and emulation packages. |
||||
While this repo focuses on KVM and containers, it also includes emulation technologies. |
||||
For KVM the qemu and libvirt packages are available to enable you to create a virtualized environment. |
||||
For containers, kubernetes with cri-o are availabel to create a world of containers. |
||||
|
||||
### Web Repository ### |
||||
|
||||
This repository has all web based packages, from Apache HTTP, nginx, to specific web applictions. |
||||
|
||||
### TUI Repository ### |
||||
|
||||
This repository has all text based packages. |
||||
|
||||
### GUI Repository ### |
||||
|
||||
This repository has all graphical based packages including window managers, tiling managers and other graphical based applications. |
||||
|
||||
### FilePrint Repository ### |
||||
|
||||
This repository focusses on all types of storage and printing solutions, that are not in the base repository. |
||||
While some storage engines are more pervesive, they tend to land up in the base repository, others are specialized and get into this repository. |
||||
|
||||
### PostgreSQL Repository ### |
||||
|
||||
This repository focusses on PostgreSQL database and all packages related to PostgreSQL database. |
||||
|
||||
### MariaDB Repository ### |
||||
|
||||
This repository includes all MariaDB related packages, including Galera, xtrabackup and many more. |
||||
|
||||
### MySQL Repository ### |
||||
|
||||
This is the repository for the open source Oracle MySQL. |
||||
This repository does not include Galera, because MySQL has group replication, which is the internal replication for MySQL. |
||||
|
||||
### Percona Repository ### |
||||
|
||||
This is the repository of Percona Server packages, a combination of MySQL with Galera and some Percona flavour to create a single package. |
||||
|
||||
### NoSQL Repository ### |
||||
|
||||
This is the repository for NoSQL databases, such as MongoDB, Redis, and so on. |
||||
|
||||
### Monitoring Repository ### |
||||
|
||||
This repository is for Monitoring, Metrics and notifications. |
||||
It hosts Icinga2, Prometheus, Grafana, Graphite, ..., and many more. |
||||
|
||||
### Communication Repository ### |
||||
|
||||
This repository is for all communication services, such as Jabber/XMMP, VoIP, chatbots and many more. |
||||
|
||||
### MsgQueue Repository ### |
||||
|
||||
This repository is for all message queueing systems, such as ZeroMQ, MQTT, RabbitMQ, and many more. |
||||
|
||||
### AIML Repository ### |
||||
|
||||
This is the repository for Artificial Intelligence and Machine Learning software. |
||||
|
||||
### MgmtConsole Repository ### |
||||
|
||||
This is the repository for all management and console systems to manage infrastructure as code and other machines. |
||||
|
||||
|
After Width: | Height: | Size: 135 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 57 KiB |
After Width: | Height: | Size: 82 KiB |
After Width: | Height: | Size: 74 KiB |
After Width: | Height: | Size: 139 KiB |
@ -0,0 +1,16 @@
@@ -0,0 +1,16 @@
|
||||
<!-- Begin Piwik Code --> |
||||
<script type="text/javascript" > |
||||
var _paq = _paq || []; |
||||
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]); |
||||
_paq.push(['trackPageView']); |
||||
_paq.push(['enableLinkTracking']); |
||||
(function() { |
||||
var u="{{ .Site.Params.analytics.piwik.URL }}/"; |
||||
_paq.push(['setTrackerUrl', u+'piwik.php']); |
||||
_paq.push(['setSiteId', {{ .Site.Params.analytics.piwik.ID }}]); |
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; |
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s); |
||||
})(); |
||||
</script> |
||||
<noscript><p><img src="{{ .Site.Params.analytics.piwik.URL }}/piwik.php?idsite={{ .Site.Params.analytics.piwik.ID }}" style="border:0;" alt="" /></p></noscript> |
||||
<!-- End Piwik Code --> |
@ -1,2 +1,35 @@
@@ -1,2 +1,35 @@
|
||||
<div> |
||||
<section id="intro" class="intro"> |
||||
<div class="container-fluid"> |
||||
<div class="section-header"> |
||||
<h2 class="section-title">Download PowerEL for FREE</h2> |
||||
<span class="section-divider"></span> |
||||
</div> |
||||
<div class="row"> |
||||
<div class="col-lg-5 content wow fadeInLeft"> |
||||
IBM Power8 BE or higher<br> |
||||
<a href="https://mirror0.powerel.org/pel/7/power8/ppc64/">Download BETA</a><br> |
||||
IBM Power8 LE or higher<br> |
||||
<a href="https://mirror0.powerel.org/pel/7/power8/ppc64le/">Download BETA</a><br> |
||||
<br> |
||||
<img src="/img/ibmpowerlogo.jpg" alt="IBM Power"><br> |
||||
<br> |
||||
<img src="/img/ibmpowerracks822l.jpg" alt="IBM Power System"><br> |
||||
</div> |
||||
<div class="col-lg-2 content wow fadeInBottom"> |
||||
<br> |
||||
<br> |
||||
<br> |
||||
<img src="/img/little-blue-pengiuns.png" alt="Tasmanian Little Blue Pengiun"><br> |
||||
<br> |
||||
</div> |
||||
<div class="col-lg-5 content wow fadeInRight"> |
||||
Intel AVX or higher<br> |
||||
<a href="https://mirror0.powerel.org/pel/7/intelavx/x86_64/">Download BETA</a><br> |
||||
<br> |
||||
<img src="/img/intel-logo.png" alt="Intel x64" width="350px"><br> |
||||
<br> |
||||
<img src="/img/hp-proliant-gen10.jpg" alt="HP ProLiant System"><br> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
|
Loading…
Reference in new issue