Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RHEL RPM .spec file and init script. #13

Merged
merged 2 commits into from
Jun 21, 2012
Merged

RHEL RPM .spec file and init script. #13

merged 2 commits into from
Jun 21, 2012

Conversation

nmilford
Copy link
Contributor

Build yourself some Python 2.7 RPMS thus:
http://blog.milford.io/2012/01/building-and-installing-python-2-7-rpms-on-centos-5-7/

Install gevent like this:
curl http://pypi.python.org/packages/source/g/gevent/gevent-0.13.7.tar.gz | tar zxv cd gevent-0.13.7 python2.7 ./setup.py build sudo python2.7 ./setup.py install

Setup your RPM build environment:
sudo yum -y install rpmdevtools && rpmdev-setuptree

Grab the MangoDB tarball thus:
wget http://nodeload.github.com/dcramer/mangodb/tarball/master \ -O ~/rpmbuild/SOURCES/mangodb-0.0.1.tar.gz

Also drop the mangodb.init file in ~/rpmbuild/SOURCES/.

Drop the mangodb.spec file in ~/rpmbuild/SPECS/.

Build it:
rpmbuild -bb ./SPECS/mangodb.spec

Install it:
sudo rpm -Uvh ~/rpmbuild/RPMS/noarch/mangodb-0.0.1-1.noarch.rpm

Fire it up:
/etc/init.d/mangodb start

dcramer added a commit that referenced this pull request Jun 21, 2012
RHEL RPM .spec file and init script.
@dcramer dcramer merged commit fd65e55 into dcramer:master Jun 21, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants