Ecosyste.ms: Awesome

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

https://github.com/Difrex/surok

This is deprecated repository. Visit https://github.com/Surkoveds/surok
https://github.com/Difrex/surok

Last synced: 2 months ago
JSON representation

This is deprecated repository. Visit https://github.com/Surkoveds/surok

Lists

README

        

# Surok
[![Build Status](https://travis-ci.org/Surkoveds/surok.svg?branch=master)](https://travis-ci.org/Surkoveds/surok)

Service discovery for Apache Mesos.

* Jinja2 Templates
* Discovery over mesos-dns
* Applications config reload

## Build

build debian package
```
cd build
./build.sh build_package
```
A deb-package will be placed in build/out

build surok base docker image(based on Ubuntu Xenial)
```
cd build
./build.sh surok_image
```

build surok base Alpine image
```
cd build
./build.sh alpine
```

build surok base CentOS image
```
cd build
./build.sh centos
```

ENTRYPOINT is: ```cd /opt/surok && pytho3 surok.py -c /etc/surok/conf/surok.json```

## Documentation

[Wiki](https://github.com/Surkoveds/surok/wiki)

## Known issues

* python3-memcache is broken in Debian Jessie. Backport fresh version from testing (>= 1.57).