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

https://github.com/lightsofapollo/taskcluster-manifest

Scripts and configuration for deployment and system complete testing of the TaskCluster
https://github.com/lightsofapollo/taskcluster-manifest

Last synced: 4 months ago
JSON representation

Scripts and configuration for deployment and system complete testing of the TaskCluster

Awesome Lists containing this project

README

          

TaskCluster Manifest
====================
_This repository contains the script and configuration required to deploy an
instance of the TaskCluster._

Spin up a vagrant instance with `vagrant up` and enter it with `vagrant ssh`.
Use `make install` to install upstart scripts, then it can be started/stopped
with `make start` and `make stop`.

Please make sure to do a `make clean` when done, otherwise AWS resources may be
left-over server side.