Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/67P/orchestration
Docker development/deployment orchestration for Kosmos
https://github.com/67P/orchestration
Last synced: 5 days ago
JSON representation
Docker development/deployment orchestration for Kosmos
- Host: GitHub
- URL: https://github.com/67P/orchestration
- Owner: 67P
- Created: 2014-11-17T10:53:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-14T17:37:09.000Z (about 8 years ago)
- Last Synced: 2024-08-02T12:42:31.166Z (3 months ago)
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 8
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - 67P/orchestration - Docker development/deployment orchestration for Kosmos (others)
README
# Kosmos Orchestration
## [WIP] Not intended for public use yet
We're in the process of migrating this to Docker Compose, testing it, and
adding updated instructions for developers. If you want to help with that, ping
us in #67p or #kosmos on Freenode.## Instructions (outdated)
This repository include sone useful file: fig.yml
This file is to be used by the Fig (http://fig.sh) which orchestrates Docker container startup.
From OS X this can be installed from Brew:
```
$ brew install fig
```Or on Linux (or if you prefer pip):
```
$ pip install fig
```The 'hyperchannel' and 'sockethub' repositories are expected to be checked out and ran from sibling directories.
Usage of this is like so:
```
$ mkdir 67p
$ cd 67p$ git clone https://github.com/67p/hyperchannel
$ git clone https://github.com/sockethub/sockethub$ git clone https://github.com/67p/orchestration
$ cd orchestration
$ fig up
```Afterwards, you can access hyperchannel at http://localhost:4200/ or sockethub examples at http://localhost:10550/