{% extends "base.html" %} {% block doctitle %} Worker: {{ worker.title }} {% endblock %} {% block content %}

Worker - {{ worker.title }} {% if worker.is_accessible %}{% else %}{% endif %}

Your Worker settings are now saved into the database. To finish the setup switch to your Worker Mashine and type the following command into a Terminal.

    curl https://gist.githubusercontent.com/walterrenner/4d8863043404bec01d0f/raw/install.sh|sh

After finishing the installation on the worker mashine refresh this page and the icon obove should change.

You can visit the gist to see what happens: https://gist.github.com/walterrenner/4d8863043404bec01d0f

[TODO] email this instruction to ...

{% endblock %}