Skip to content

openprocurement/openprocurement.buildout

This branch is 68 commits ahead of, 268 commits behind master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Andrew Leitsius
Apr 6, 2018
ad71378 · Apr 6, 2018
Aug 17, 2017
Oct 24, 2014
Oct 24, 2014
Oct 3, 2015
Apr 5, 2018
Jul 13, 2015
Dec 12, 2017
Apr 5, 2018
Oct 29, 2015
Dec 5, 2016
Aug 19, 2016
Nov 8, 2017
Apr 6, 2018

Repository files navigation

openprocurement.buildout

Development Buildout of OpenProcurement

Follow the instructions:

  1. Bootstrap the buildout with Python 2.7:

    $ python bootstrap.py
    
  2. Build the buildout:

    $ bin/buildout -N
    

System requirements (fedora 22):

dnf install gcc file git libevent-devel python-devel sqlite-devel zeromq-devel libffi-devel openssl-devel systemd-python

Local development environment also requires additional dependencies:

dnf install couchdb

To start environment services:

bin/circusd --daemon

To to run openprocurement.api instance:

bin/pserve etc/openprocurement.api.ini