Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sashkab/el6-uwsgi-rpm
files to create RPM for uwsgi on el6 (rhel 6 or centos 6)
https://github.com/sashkab/el6-uwsgi-rpm
Last synced: 17 days ago
JSON representation
files to create RPM for uwsgi on el6 (rhel 6 or centos 6)
- Host: GitHub
- URL: https://github.com/sashkab/el6-uwsgi-rpm
- Owner: sashkab
- Created: 2012-04-19T19:20:10.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-04-08T12:55:00.000Z (over 9 years ago)
- Last Synced: 2024-11-23T21:26:53.984Z (29 days ago)
- Language: Shell
- Size: 223 KB
- Stars: 12
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
el6-uwsgi-rpm
=============Files to create RPM for uwsgi on el6 (rhel 6 or centos 6). Updated to latest stable version.
Based on following:
https://github.com/jgoldschrafe/rpm-uwsgi
https://github.com/rthill/rpm-uwsgi
https://bugzilla.redhat.com/show_bug.cgi?id=682704
https://github.com/edestler/el6-uwsgi-rpm
## Installation instructions
yum install -y rpm-build rpmdevtools readline-devel ncurses-devel gdbm-devel tcl-devel openssl-devel db4-devel byacc libuuid-devel ruby ruby-devel perl-ExtUtils-Embed libyaml-devel libffi-devel make python2-devel libxml2-devel pcre-devel gcc
git clone https://github.com/sashkab/el6-uwsgi-rpm.git $HOME/rpmbuild
wget http://projects.unbit.it/downloads/uwsgi-2.0.10.tar.gz -O $HOME/rpmbuild/SOURCES/uwsgi-2.0.10.tar.gz
cd $HOME/rpmbuild/SPECS && rpmbuild -bb uwsgi.specWhen compilations completes, rpms will be in `$HOME/rpmbuild/RPMS`.