Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/openprocurement/openprocurement.buildout
- Owner: openprocurement
- License: apache-2.0
- Created: 2014-10-15T09:00:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T08:42:49.000Z (almost 5 years ago)
- Last Synced: 2023-03-23T00:39:40.317Z (almost 2 years ago)
- Topics: openprocurement, python
- Language: Python
- Size: 971 KB
- Stars: 2
- Watchers: 11
- Forks: 37
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# openprocurement.buildout
Development Buildout of OpenProcurementFollow 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