Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fetus-hina/h2o-rpm
Unofficial H2O RPM for Fedora, RHEL/CentOS and OpenSUSE builder. Forked from tatsushid/h2o-rpm
https://github.com/fetus-hina/h2o-rpm
Last synced: 10 days ago
JSON representation
Unofficial H2O RPM for Fedora, RHEL/CentOS and OpenSUSE builder. Forked from tatsushid/h2o-rpm
- Host: GitHub
- URL: https://github.com/fetus-hina/h2o-rpm
- Owner: fetus-hina
- License: mit
- Created: 2016-02-24T11:16:20.000Z (over 8 years ago)
- Default Branch: v2.3.x
- Last Pushed: 2024-10-15T08:06:23.000Z (about 1 month ago)
- Last Synced: 2024-10-18T00:37:38.793Z (29 days ago)
- Language: Shell
- Homepage: https://rpm.fetus.jp/
- Size: 244 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
H2O Unofficial RPM package builder
==================================This provides [H2O](https://h2o.examp1e.net/) RPM spec file and required files
e.g. systemd service etc. to build RPM for RHEL/CentOS 7-9 systems.This repository is a fork from [tatsushid/h2o-rpm](https://github.com/tatsushid/h2o-rpm).
## Precompiled RPM files
https://rpm.fetus.jp/h2o-rolling/
## How to build RPM
If you have a docker environment, you can build RPMs by just running
```bash
make
```If you'd like to build RPM for specific distribution, please run a command like
following```bash
make centos9
```Now this understands
- centos7
- centos8
- centos9build options.
## Installing RPM
After building, please copy RPM under `*.build` directory to your system and
run```bash
dnf install h2o-2.3.0-1.git20231118.3.4f31229e6.el9.jp3cki.x86_64.rpm
```Once the installation finishes successfully, you can see a configuration file
at `/etc/h2o/h2o.conf`.To start h2o, please run
```bash
systemctl enable --now h2o.service
```## License
This is under MIT License. Please see the
[LICENSE](https://github.com/fetus-hina/h2o-rpm/blob/v2.3.x/LICENSE) file for
details.