Skip to content

shogo82148/h2o-rpm

 
 

Repository files navigation

H2O Unofficial RPM package builder

build

This provides H2O RPM spec file and required files e.g. systemd service etc. to build RPM for RHEL/CentOS 7/8, and Amazon Linux 2.

How to use prebuilt RPM

Once the file is correctly saved, you can install packages in the repository by

yum install h2o

Amazon Linux 2

To add unofficial h2o yum repository, create a file named /etc/yum.repos.d/shogo82148.repo.

# shogo82148-rpm - packages by shogo82148
[shogo82148-rpm]
name=shogo82148-rpm
baseurl=https://shogo82148-rpm-repository.s3-ap-northeast-1.amazonaws.com/amazonlinux/$releasever/$basearch/
gpgcheck=1
enabled=1
gpgkey=https://shogo82148-rpm-repository.s3-ap-northeast-1.amazonaws.com/RPM-GPG-KEY-shogo82148

Or install the RPM package for configure the repository.

yum install -y https://shogo82148-rpm-repository.s3-ap-northeast-1.amazonaws.com/amazonlinux/2/noarch/shogo82148/shogo82148-1.0.0-1.amzn2.noarch.rpm

CentOS 7 and 8

To add unofficial h2o yum repository, create a file named /etc/yum.repos.d/shogo82148.repo.

# shogo82148-rpm - packages by shogo82148
[shogo82148-rpm]
name=shogo82148-rpm
baseurl=https://shogo82148-rpm-repository.s3-ap-northeast-1.amazonaws.com/centos/$releasever/$basearch/
gpgcheck=1
enabled=1
gpgkey=https://shogo82148-rpm-repository.s3-ap-northeast-1.amazonaws.com/RPM-GPG-KEY-shogo82148

Or install the RPM package for configure the repository.

# CentOS 7
yum install -y https://shogo82148-rpm-repository.s3-ap-northeast-1.amazonaws.com/centos/7/noarch/shogo82148/shogo82148-1.0.0-1.el7.noarch.rpm

# CentOS 8
dnf install -y https://shogo82148-rpm-repository.s3-ap-northeast-1.amazonaws.com/centos/8/noarch/shogo82148/shogo82148-1.0.0-1.el8.noarch.rpm

License

This is under MIT License. Please see the LICENSE file for details.

About

Unofficial H2O RPM for RHEL/CentOS builder

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 48.8%
  • Makefile 33.7%
  • Perl 15.2%
  • HTML 2.3%