Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/openprocurement/openprocurement.buildout

Development Buildout of OpenProcurement
https://github.com/openprocurement/openprocurement.buildout

openprocurement python

Last synced: 2 months ago
JSON representation

Development Buildout of OpenProcurement

Awesome Lists containing this project

README

        

# 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 debug problems (if any) see `var/log/circus.log` and other `var/log/*.log` log files.

To to run openprocurement.api instance:

bin/chaussette paste:etc/openprocurement.api.ini