openaustralia / yinyo

A wonderfully simple API driven service to reliably execute many long running scrapers in a super scaleable way
https://yinyo.io
Apache License 2.0
6 stars 1 forks source link

First draft - Build and run server inside vagrant box #100

Closed jamezpolley closed 4 years ago

jamezpolley commented 4 years ago

The work done here is a partial implementation of #99

This adds all the required pre-requisite install tasks into the Makefile in a simplistic way, and adds a Vagrantfile which uses this to build a VM which has all the pre-requisite steps completed.

To get a working yinyo server, it's still neccessary to run skaffold and make buckets as per the readme - as root, in /srv inside the VM.

mlandauer commented 4 years ago

Based on a discussion we had a little while ago, the main audience initially for yinyo will be developers rather than devops type folk so there's less value in having a vagrant setup initially. Also, this probably won't help make CI/CD easier. So, I'm going to close this.

@jamezpolley please reopen this if I misunderstood something.