mk42 is a backend for Peer Lab Kyiv (https://meetup.com/peerlab-kyiv/) cooperative pet project
- Install
git
,gcc
,mercurial
,libjpeg-turbo-devel
,freetype-devel
,GeoIP-devel
,python2-virtualenv
,memcached
,redis
andrabbitmq-server
system packages. On Fedora or CentOSdnf install git gc mercurial libjpeg-turbo-devel freetype-devel GeoIP-devel python2-virtualenv memcached redis rabbitmq-server
. - Install
https://github.com/kennethreitz/autoenv/
. And configure to use.autoenv
files instead of.env
. - Get code:
git clone https://github.com/Peer-Lab/mk42.git
. - Copy
.credentials-example
to.credentials
. Fill.credentials
by your credentials. - Create virtualenv:
make create-virtualenv
. - Install requirements:
make pip-install
.
This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the COPYING file for more details.
Project website: https://github.com/Peer-Lab/mk42/
Author: Peer Lab Kyiv
For full authors list see AUTHORS file.