Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openprocurement/edge-vagrant
https://github.com/openprocurement/edge-vagrant
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/openprocurement/edge-vagrant
- Owner: openprocurement
- License: apache-2.0
- Created: 2017-01-18T14:23:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T11:34:38.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T11:35:58.765Z (2 months ago)
- Language: Python
- Size: 2.68 MB
- Stars: 1
- Watchers: 11
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# edge-vagrant
## System min. requirements (sandbox):
* RAM: 2GB;
* HDD: 30 GB;
* CPU: DualCore## Requirements:
* [Vagrant](https://www.vagrantup.com/docs/getting-started/);
* [Ansible from v2.2.0.0](http://docs.ansible.com/ansible/intro.html).## Usage:
1. Change in vars/edge.yml `user_agent`;
2. Set in vars/edge.yml `resources`: example `resource: [tenders, plans, contracts]`. Allowed values (auctions, contracts, plans, tenders)3. From directory where placed Vagrant file run command in terminal:
```
vagrant up --provider=
```
example:
```
vagrant up --provider=virtualbox
```4. API data available on:
```
http://127.0.0.1:10001/api/2.3/
```
`` can be `tenders`, `plans`, `contracts`, `auctions`5. Edge activity available on `http:/127.0.0.1:10001/`
More informations: https://www.vagrantup.com/docs/providers/