Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcospereira/openrepose-vagrant
Vagrant configuration to test Open Repose
https://github.com/marcospereira/openrepose-vagrant
Last synced: 25 days ago
JSON representation
Vagrant configuration to test Open Repose
- Host: GitHub
- URL: https://github.com/marcospereira/openrepose-vagrant
- Owner: marcospereira
- Created: 2014-10-06T21:19:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-31T17:07:56.000Z (about 10 years ago)
- Last Synced: 2023-06-30T21:33:30.667Z (over 1 year ago)
- Language: Shell
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Open Repose Vagrant
A simple Vagrant configuration to test [Open Repose](http://openrepose.org/) API Gateway.
## Requirements
1. [Vagrant](https://www.vagrantup.com/)
2. [wrk](https://github.com/wg/wrk)## Getting Started
Create, provision and start the Vagrant VM:
```bash
make setup
```Check it out!
```bash
make check
```